nixpkgs/pkgs/build-support/vm/windows
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
..
controller vm/windows: Make list of dependencies explicit. 2014-02-26 05:43:34 +01:00
cygwin-iso vm/windows: Allow to specify a different arch. 2014-03-04 09:22:18 +01:00
install vm/windows: Make list of dependencies explicit. 2014-02-26 05:43:34 +01:00
bootstrap.nix vm/windows: Allow to specify a different arch. 2014-03-04 09:22:18 +01:00
default.nix vm/windows: Fix typo in runInWindowsVM. 2014-03-03 22:42:10 +01:00