forked from mirrors/nixpkgs
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;
|
||||
in {
|
||||
requiredSystemFeatures = [ "kvm" ];
|
||||
buildur = "${pkgs.stdenv.shell}";
|
||||
builder = "${pkgs.stdenv.shell}";
|
||||
args = ["-e" (bootstrap.resumeAndRun builder)];
|
||||
windowsImage = bootstrap.suspendedVM;
|
||||
origArgs = attrs.args;
|
||||
|
|
Loading…
Reference in a new issue