From 06e8d82e9c74205ffa2fe4dda06c7430064243d2 Mon Sep 17 00:00:00 2001 From: Artturin Date: Sat, 22 Apr 2023 00:38:56 +0300 Subject: [PATCH] lib/systems: disable docs in qemu-user 45M -> 31M --- lib/systems/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/systems/default.nix b/lib/systems/default.nix index 7e6fa5ecfb4b..b2cb8848f08b 100644 --- a/lib/systems/default.nix +++ b/lib/systems/default.nix @@ -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;