From b3c6776990fc1fb393ec5f4e99b998c0ba4ce86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Fri, 10 Mar 2023 21:19:09 +0100 Subject: [PATCH] [patch] disable docs --- nixos/modules/misc/documentation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/misc/documentation.nix b/nixos/modules/misc/documentation.nix index 31486a2216ad072..8d85cb817882cf6 100644 --- a/nixos/modules/misc/documentation.nix +++ b/nixos/modules/misc/documentation.nix @@ -168,7 +168,7 @@ in enable = mkOption { type = types.bool; - default = true; + default = false; description = lib.mdDoc '' Whether to install documentation of packages from {option}`environment.systemPackages` into the generated system path.