mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
nixos-build-vms: Fix function invocation to test driver
This commit is contained in:
parent
473ab2b362
commit
33d99a22ca
|
@ -6,4 +6,4 @@ let nodes = import networkExpr; in
|
|||
|
||||
with import ../../../../lib/testing.nix { inherit system; };
|
||||
|
||||
(complete { inherit nodes; testScript = ""; }).driver
|
||||
(makeTest { inherit nodes; testScript = ""; }).driver
|
||||
|
|
Loading…
Reference in a new issue