nixos-build-vms: fix syntax error

Introduced by 6c68fbd4e1
This commit is contained in:
Léo Gaspard 2018-11-13 00:40:07 +09:00
parent 1b35b1c73a
commit 27a5427526
No known key found for this signature in database
GPG Key ID: 8A55848B6090F9CF

View File

@ -7,7 +7,7 @@ let nodes = import networkExpr; in
with import ../../../../lib/testing.nix {
inherit system;
pkgs = import ../.. { inherit system config; }
pkgs = import ../.. { inherit system config; };
};
(makeTest { inherit nodes; testScript = ""; }).driver