buildInLinuxVM: Workaround bug #16742
This is blocking the channel update: #16949
This commit is contained in:
parent
4a9f778118
commit
13160d9c10
@ -319,6 +319,7 @@ rec {
|
|||||||
origArgs = args;
|
origArgs = args;
|
||||||
origBuilder = builder;
|
origBuilder = builder;
|
||||||
QEMU_OPTS = "${QEMU_OPTS} -m ${toString memSize}";
|
QEMU_OPTS = "${QEMU_OPTS} -m ${toString memSize}";
|
||||||
|
passAsFile = []; # HACK fix - see https://github.com/NixOS/nixpkgs/issues/16742
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user