summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nixos-build-vms/build-vms.nix
blob: 4372d196261e969d59da8ab5604383db2bee748e (plain) (blame)
1
2
3
4
5
6
7
8
9
{ system ? builtins.currentSystem
, networkExpr
}:

let nodes = import networkExpr; in

with import ../../../../lib/testing.nix { inherit system; };

(makeTest { inherit nodes; testScript = ""; }).driver