test
This commit is contained in:
parent
463ce86575
commit
d5ce1fd9c0
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# A nixpkgs instance that is grabbed from the pinned nixpkgs commit in the lock file
|
# 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
|
# 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) { }
|
sops-nix ? (import ./lib/sops-nix.nix) { }
|
||||||
}: {
|
}: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
|
|
Loading…
Reference in a new issue