diff --git a/flake.lock b/flake.lock index 013e686e..3034d52e 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 2d863e89..48467ef2 100644 --- a/flake.nix +++ b/flake.nix @@ -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;