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 Add Debian 7.0 2013-05-07 11:19:46 +02:00
rpm rpmclosure, remove exit 2012-02-02 09:54:16 +00:00
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 Remove runInGenericVM 2013-07-05 00:17:04 +02:00