update dependencies

This commit is contained in:
voidlizard 2024-10-07 05:07:46 +03:00
parent eb38601339
commit 04de089750
2 changed files with 15 additions and 22 deletions

View File

@ -10,17 +10,14 @@
]
},
"locked": {
"lastModified": 1727503203,
"lastModified": 1,
"narHash": "sha256-/HVVyxa55pDLzMiRgCWB4YKVsW2v9wFHTlSpLnyuhkU=",
"ref": "refs/heads/master",
"rev": "7f28fdcb2ba9ccd426facffebf100e98522d7eac",
"revCount": 11,
"type": "git",
"url": "https://git.hbs2.net/5xrwbTzzweS9yeJQnrrUY9gQJfhJf84pbyHhF2MMmSft"
"path": "./miscellaneous/db-pipe",
"type": "path"
},
"original": {
"type": "git",
"url": "https://git.hbs2.net/5xrwbTzzweS9yeJQnrrUY9gQJfhJf84pbyHhF2MMmSft"
"path": "./miscellaneous/db-pipe",
"type": "path"
}
},
"flake-utils": {
@ -51,17 +48,14 @@
]
},
"locked": {
"lastModified": 1727197542,
"lastModified": 1,
"narHash": "sha256-BF9Xd2fa8L5Xju9NTaoUjmzUEJfrRMMKULYQieBjbKo=",
"ref": "refs/heads/master",
"rev": "a834b152e29d632c816eefe117036e5d9330bd03",
"revCount": 43,
"type": "git",
"url": "https://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
"path": "./miscellaneous/fuzzy-parse",
"type": "path"
},
"original": {
"type": "git",
"url": "https://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA"
"path": "./miscellaneous/fuzzy-parse",
"type": "path"
}
},
"haskell-flake-utils": {

View File

@ -14,20 +14,19 @@ inputs = {
hspup.inputs.nixpkgs.follows = "nixpkgs";
hspup.inputs.haskell-flake-utils.follows = "haskell-flake-utils";
fuzzy.url = "path:./miscellaneous/fuzzy-parse";
fuzzy.inputs.nixpkgs.follows = "nixpkgs";
fuzzy.inputs.haskell-flake-utils.follows = "haskell-flake-utils";
suckless-conf.url = "path:./miscellaneous/suckless-conf";
suckless-conf.inputs.nixpkgs.follows = "nixpkgs";
suckless-conf.inputs.fuzzy.follows = "fuzzy";
suckless-conf.inputs.haskell-flake-utils.follows = "haskell-flake-utils";
db-pipe.url = "git+https://git.hbs2.net/5xrwbTzzweS9yeJQnrrUY9gQJfhJf84pbyHhF2MMmSft";
db-pipe.url = "path:./miscellaneous/db-pipe";
db-pipe.inputs.nixpkgs.follows = "nixpkgs";
db-pipe.inputs.haskell-flake-utils.follows = "haskell-flake-utils";
# fuzzy.url = "git+file:/home/iv/haskell/p2p/hex-offgrid/fuzzy-parse"; # tmp
fuzzy.url = "git+https://git.hbs2.net/GmcLB9gEPT4tbx9eyQiECwsu8oPyEh6qKEpQDtyBWVPA";
fuzzy.inputs.nixpkgs.follows = "nixpkgs";
fuzzy.inputs.haskell-flake-utils.follows = "haskell-flake-utils";
saltine = {
url = "path:./miscellaneous/saltine";
flake = false;