forked from mirrors/nixpkgs
nixos/kubernetes: fix import path of default nixpkgs
This commit is contained in:
parent
c64e5ccc2f
commit
1a00b86334
|
@ -1,6 +1,6 @@
|
||||||
{ system ? builtins.currentSystem,
|
{ system ? builtins.currentSystem,
|
||||||
config ? {},
|
config ? {},
|
||||||
pkgs ? import ../.. { inherit system config; }
|
pkgs ? import ../../.. { inherit system config; }
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with import ../../lib/testing.nix { inherit system pkgs; };
|
with import ../../lib/testing.nix { inherit system pkgs; };
|
||||||
|
|
Loading…
Reference in a new issue