From d5ce1fd9c0bd834dca299c53c90d30b751e58948 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 19 Sep 2023 20:52:23 +0900 Subject: [PATCH] test --- lib/{nkxpkgs.nix => nixpkgs.nix} | 0 shell.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{nkxpkgs.nix => nixpkgs.nix} (100%) 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 {