lib/systems: disable docs in qemu-user

45M -> 31M
This commit is contained in:
Artturin 2023-04-22 00:38:56 +03:00
parent c407873d50
commit 06e8d82e9c

View file

@ -185,6 +185,7 @@ rec {
pulseSupport = false;
smbdSupport = false;
seccompSupport = false;
enableDocs = false;
hostCpuTargets = [ "${final.qemuArch}-linux-user" ];
};
wine = (pkgs.winePackagesFor "wine${toString final.parsed.cpu.bits}").minimal;