From 4f6df1cb6f9705d98b4d648cd73f98896c0e081b Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 30 Jan 2025 13:58:14 -0500 Subject: flake.lock: fix getchpkgs input --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'flake.nix') 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"; -- cgit v1.2.3