runInGenericVM: Use whatever the current system is.
svn path=/nixpkgs/trunk/; revision=32970
This commit is contained in:
parent
7c92bab1e5
commit
5d159f8a06
@ -428,7 +428,6 @@ rec {
|
||||
- Power-off or reboot the machine.
|
||||
*/
|
||||
runInGenericVM = drv: lib.overrideDerivation drv (attrs: {
|
||||
system = "i686-linux";
|
||||
requiredSystemFeatures = [ "kvm" ];
|
||||
builder = "${bash}/bin/sh";
|
||||
args = ["-e" (vmRunCommand qemuCommandGeneric)];
|
||||
|
Loading…
Reference in New Issue
Block a user