Files
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
..
2013-05-07 11:19:46 +02:00
2012-02-02 09:54:16 +00:00
2013-07-05 00:17:04 +02:00