nixpkgs/modules/installer/tools/nixos-build-vms/build-vms.nix
Eelco Dolstra 650d14be8d * Remove most references to the "services" tree.
svn path=/nixos/trunk/; revision=26990
2011-04-27 13:16:33 +00:00

11 lines
222 B
Nix

{ nixpkgs
, system ? builtins.currentSystem
, networkExpr
}:
let nodes = import networkExpr; in
with import ../../../../lib/testing.nix { inherit nixpkgs system; };
(complete { inherit nodes; testScript = ""; }).driver