buildInLinuxVM: Workaround bug #16742

This is blocking the channel update: #16949
This commit is contained in:
Tuomas Tynkkynen 2016-07-14 15:11:17 +03:00
parent 4a9f778118
commit 13160d9c10

View file

@ -319,6 +319,7 @@ rec {
origArgs = args;
origBuilder = builder;
QEMU_OPTS = "${QEMU_OPTS} -m ${toString memSize}";
passAsFile = []; # HACK fix - see https://github.com/NixOS/nixpkgs/issues/16742
});