nixpkgs/pkgs/build-support/vm
aszlig bd2d120c08
vm/windows: Allow to specify a different arch.
So far, we determined this based on stdenv.is64bit, but there are cases
where you want to run/build a 32bit program on a 64 bit Windows.

This is now possible, by passing windowsImage.arch = "i686" | "x86_64"
to runInWindowsVM. Based an what was passed, the corresponding Cygwin
packages and setup.exe are bootstrapped.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-04 09:22:18 +01:00
..
deb
rpm
windows vm/windows: Allow to specify a different arch. 2014-03-04 09:22:18 +01:00
default.nix vmTools: Hook in runInWindowsVM function. 2014-02-26 06:21:48 +01:00
test.nix