summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-30 13:58:14 -0500
committerSeth Flynn <[email protected]>2025-01-30 13:58:27 -0500
commit4f6df1cb6f9705d98b4d648cd73f98896c0e081b (patch)
tree5dbff2047961fac4e29fa89085bdac912f1109dd /flake.nix
parent13cb59dafcb1336104a57ecfb7e746bd16a3e3d1 (diff)
flake.lock: fix getchpkgs input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 42fa975..1588390 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";