From 7bfbd47dc875798438b5ac9edb5a4c9a7690c16c Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 11 May 2023 07:52:16 +0200 Subject: [PATCH] Strictly define how much documentation should be generated --- systems/hikari/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/hikari/configuration.nix b/systems/hikari/configuration.nix index bd6a632..6671c0a 100644 --- a/systems/hikari/configuration.nix +++ b/systems/hikari/configuration.nix @@ -65,7 +65,11 @@ }; documentation = { + dev.enable = false; + doc.enable = false; info.enable = false; + man.enable = true; + nixos.enable = true; }; programs = {