From 06e8d82e9c74205ffa2fe4dda06c7430064243d2 Mon Sep 17 00:00:00 2001 From: Artturin Date: Sat, 22 Apr 2023 00:38:56 +0300 Subject: lib/systems: disable docs in qemu-user 45M -> 31M --- lib/systems/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/systems/default.nix b/lib/systems/default.nix index 7e6fa5ecfb4bc..b2cb8848f08b9 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; -- cgit 1.4.1