vm/windows: Fix typo in runInWindowsVM.

Coincidentally, even with this typo, most tests work anyway, so I didn't
notice it in the first place.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-03-03 22:42:10 +01:00
parent 2a46778cbf
commit ca8cdcda06
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -28,7 +28,7 @@ in {
bootstrap = bootstrapper attrs.windowsImage;
in {
requiredSystemFeatures = [ "kvm" ];
buildur = "${pkgs.stdenv.shell}";
builder = "${pkgs.stdenv.shell}";
args = ["-e" (bootstrap.resumeAndRun builder)];
windowsImage = bootstrap.suspendedVM;
origArgs = attrs.args;