nixos/kubernetes: fix import path of default nixpkgs

This commit is contained in:
Johan Thomsen 2018-12-12 21:30:32 +01:00
parent c64e5ccc2f
commit 1a00b86334

View file

@ -1,6 +1,6 @@
{ system ? builtins.currentSystem,
config ? {},
pkgs ? import ../.. { inherit system config; }
pkgs ? import ../../.. { inherit system config; }
}:
with import ../../lib/testing.nix { inherit system pkgs; };