From a29292169dca9f6234cdebea35ca6c82e8f40463 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 13 Feb 2026 12:50:22 +1000 Subject: [PATCH] disable man cache generation --- groups/cryos/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/groups/cryos/default.nix b/groups/cryos/default.nix index 795ed8b..82699d6 100644 --- a/groups/cryos/default.nix +++ b/groups/cryos/default.nix @@ -125,7 +125,10 @@ documentation = { enable = true; doc.enable = true; # install /share/doc packages - man.enable = true; # install manpages + man = { + enable = true; # install manpages + generateCaches = false; + }; info.enable = true; # install GNU info dev.enable = true; # install docs intended for developers nixos = {