forked from mirrors/nixpkgs
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.
|
- Power-off or reboot the machine.
|
||||||
*/
|
*/
|
||||||
runInGenericVM = drv: lib.overrideDerivation drv (attrs: {
|
runInGenericVM = drv: lib.overrideDerivation drv (attrs: {
|
||||||
system = "i686-linux";
|
|
||||||
requiredSystemFeatures = [ "kvm" ];
|
requiredSystemFeatures = [ "kvm" ];
|
||||||
builder = "${bash}/bin/sh";
|
builder = "${bash}/bin/sh";
|
||||||
args = ["-e" (vmRunCommand qemuCommandGeneric)];
|
args = ["-e" (vmRunCommand qemuCommandGeneric)];
|
||||||
|
|
Loading…
Reference in a new issue