programs: qemu: mark as slowToBuild

This commit is contained in:
Colin 2024-02-20 05:34:47 +00:00
parent 41b1a013d7
commit e8306831c5

View File

@ -734,6 +734,7 @@ in
]);
qemu.sandbox.enable = false; #< it's a launcher
qemu.slowToBuild = true;
rsync.sandbox.method = "bwrap"; # TODO:sandbox: untested
rsync.sandbox.wrapperType = "wrappedDerivation";