pass nixos path explicitly

This commit is contained in:
Jaka Hudoklin 2019-05-03 23:25:49 +02:00
parent 7b148cd171
commit e4493addd8
No known key found for this signature in database
GPG key ID: 916062A1C4748647
4 changed files with 15 additions and 9 deletions

View file

@ -2,6 +2,7 @@
, lib ? pkgs.lib
, kubenix ? import ../. { inherit pkgs lib; }
, k8sVersion ? "1.13"
, nixosPath ? <nixpkgs/nixos>
# whether any testing error should throw an error
, throwError ? true
@ -43,7 +44,7 @@ let
inherit pkgs;
};
specialArgs = {
inherit kubenix;
inherit kubenix nixosPath;
};
}).config;
in test.testing