This commit is contained in:
iFargle 2023-09-19 20:52:23 +09:00
parent 463ce86575
commit d5ce1fd9c0
2 changed files with 1 additions and 1 deletions

View file

@ -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 {