summary refs log tree commit diff
path: root/modules/installer/tools/nixos-build-vms/build-vms.nix
blob: 5e77b701ff5afefe80c5d90b6c39ef4da7a1e70a (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; };

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