diff --git a/lib/nkxpkgs.nix b/lib/nixpkgs.nix similarity index 100% rename from lib/nkxpkgs.nix rename to lib/nixpkgs.nix diff --git a/shell.nix b/shell.nix index 28613e33..4db1ac9b 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ # A nixpkgs instance that is grabbed from the pinned nixpkgs commit in the lock file # Useful to avoid using channels when using legacy nix commands { - pkgs ? (import ./lib/nixpkgs.nix) { }, + pkgs ? (import ./lib/nixpkgs.nix ) { }, sops-nix ? (import ./lib/sops-nix.nix) { } }: { default = pkgs.mkShell {