diff options
| author | Seth Flynn <[email protected]> | 2025-01-30 13:58:14 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-30 13:58:27 -0500 |
| commit | 4f6df1cb6f9705d98b4d648cd73f98896c0e081b (patch) | |
| tree | 5dbff2047961fac4e29fa89085bdac912f1109dd /flake.nix | |
| parent | 13cb59dafcb1336104a57ecfb7e746bd16a3e3d1 (diff) | |
flake.lock: fix getchpkgs input
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -86,7 +86,7 @@ }; getchpkgs = { - url = "github:getchoo/nix-exprs"; + url = "github:getchoo/getchpkgs"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -115,11 +115,6 @@ }; }; - nix-exprs = { - url = "github:getchoo/nix-exprs"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; |
