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:
parent
2a46778cbf
commit
ca8cdcda06
@ -28,7 +28,7 @@ in {
|
|||||||
bootstrap = bootstrapper attrs.windowsImage;
|
bootstrap = bootstrapper attrs.windowsImage;
|
||||||
in {
|
in {
|
||||||
requiredSystemFeatures = [ "kvm" ];
|
requiredSystemFeatures = [ "kvm" ];
|
||||||
buildur = "${pkgs.stdenv.shell}";
|
builder = "${pkgs.stdenv.shell}";
|
||||||
args = ["-e" (bootstrap.resumeAndRun builder)];
|
args = ["-e" (bootstrap.resumeAndRun builder)];
|
||||||
windowsImage = bootstrap.suspendedVM;
|
windowsImage = bootstrap.suspendedVM;
|
||||||
origArgs = attrs.args;
|
origArgs = attrs.args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user