mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
pass nixos path explicitly
This commit is contained in:
parent
7b148cd171
commit
e4493addd8
4 changed files with 15 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue