mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
Removed backdoor argument
svn path=/nixos/trunk/; revision=25592
This commit is contained in:
parent
51d66f647a
commit
c7a5960101
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user