This commit is contained in:
Dmitry Zuikov 2024-08-29 05:21:08 +03:00
parent 5be921dca7
commit 5602d256ec
3 changed files with 11 additions and 71 deletions

View File

@ -5,9 +5,9 @@ inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=442d407992384ed9c0e6d352de75b69079904e4e";
haskell-flake-utils.url = "github:ivanovs-4/haskell-flake-utils";
fuzzy.url =
# fuzzy.url =
# "git+http://git.hbs2/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA?ref=sexp-parser&rev=bd3a38904864d5cc333974e7b029412607b46871";
"git+http://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA?tag=0.1.3.1&rev=831879978213a1aed15ac70aa116c33bcbe964b8";
# "git+http://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA?tag=0.1.3.1&rev=831879978213a1aed15ac70aa116c33bcbe964b8";
};
@ -54,7 +54,7 @@ outputs = { self, fuzzy, nixpkgs, haskell-flake-utils, ... }@inputs:
# Maps to the devShell output. Pass in a shell.nix file or function
haskellFlakes = with inputs; [
fuzzy
# fuzzy
];
# Additional build intputs of the default shell

View File

@ -83,47 +83,9 @@
"type": "github"
}
},
"flake-utils_5": {
"locked": {
"lastModified": 1644229661,
"narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"fuzzy": {
"inputs": {
"haskell-flake-utils": "haskell-flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"dir": "deps/fuzzy-parse",
"lastModified": 1724897815,
"narHash": "sha256-yTW1DODA6b0AUUHtkFIfJ7SOqNr4KyBkHaogQ4xpEvM=",
"ref": "refs/heads/dependencies",
"rev": "1bab20307144f959a89401e13a4a98a1bb306a0e",
"revCount": 1016,
"type": "git",
"url": "file:.?dir=deps/fuzzy-parse"
},
"original": {
"dir": "deps/fuzzy-parse",
"type": "git",
"url": "file:.?dir=deps/fuzzy-parse"
}
},
"fuzzy_2": {
"inputs": {
"haskell-flake-utils": "haskell-flake-utils_4",
"haskell-flake-utils": "haskell-flake-utils_3",
"nixpkgs": "nixpkgs_2"
},
"locked": {
@ -162,24 +124,6 @@
"inputs": {
"flake-utils": "flake-utils_2"
},
"locked": {
"lastModified": 1707809372,
"narHash": "sha256-wfTL9PlCSOqSSyU4eenFFI7pHrV21gba4GEILnI4nAU=",
"owner": "ivanovs-4",
"repo": "haskell-flake-utils",
"rev": "3cbdc5d6093e8b4464ae64097e0c8c61e4414ff2",
"type": "github"
},
"original": {
"owner": "ivanovs-4",
"repo": "haskell-flake-utils",
"type": "github"
}
},
"haskell-flake-utils_3": {
"inputs": {
"flake-utils": "flake-utils_3"
},
"locked": {
"lastModified": 1698938553,
"narHash": "sha256-oXpTKXioqFbl2mhhvpJIAvgNd+wYyv4ekI+YnJHEJ6s=",
@ -195,9 +139,9 @@
"type": "github"
}
},
"haskell-flake-utils_4": {
"haskell-flake-utils_3": {
"inputs": {
"flake-utils": "flake-utils_4"
"flake-utils": "flake-utils_3"
},
"locked": {
"lastModified": 1707809372,
@ -213,9 +157,9 @@
"type": "github"
}
},
"haskell-flake-utils_5": {
"haskell-flake-utils_4": {
"inputs": {
"flake-utils": "flake-utils_5"
"flake-utils": "flake-utils_4"
},
"locked": {
"lastModified": 1672412555,
@ -266,8 +210,7 @@
"root": {
"inputs": {
"db-pipe": "db-pipe",
"fuzzy": "fuzzy",
"haskell-flake-utils": "haskell-flake-utils_3",
"haskell-flake-utils": "haskell-flake-utils_2",
"nixpkgs": "nixpkgs",
"saltine": "saltine",
"suckless-conf": "suckless-conf"
@ -292,8 +235,8 @@
},
"suckless-conf": {
"inputs": {
"fuzzy": "fuzzy_2",
"haskell-flake-utils": "haskell-flake-utils_5",
"fuzzy": "fuzzy",
"haskell-flake-utils": "haskell-flake-utils_4",
"nixpkgs": [
"nixpkgs"
]

View File

@ -13,9 +13,6 @@ inputs = {
db-pipe.url = "git+file:.?dir=deps/db-pipe";
db-pipe.inputs.nixpkgs.follows = "nixpkgs";
fuzzy.url = "git+file:.?dir=deps/fuzzy-parse";
fuzzy.inputs.nixpkgs.follows = "nixpkgs";
saltine = {
url = "github:tel/saltine/3d3a54cf46f78b71b4b55653482fb6f4cee6b77d";
flake = false;