Removed backdoor argument
svn path=/nixos/trunk/; revision=25592
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
let nodes = import networkExpr;
|
||||
in
|
||||
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system useBackdoor; };
|
||||
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system; };
|
||||
|
||||
(complete { inherit nodes; testScript = ""; }).driver
|
||||
|
||||
Reference in New Issue
Block a user