summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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";