From ba12a54413a81c8e86e7fc0fb90a18135a4be30e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 10 Jun 2026 14:38:43 +0900 Subject: [PATCH] common/man: generate man cache at runtime --- hosts/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index c591c10..511e207 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -185,6 +185,7 @@ in { nixos.enable = true; man.cache.enable = true; + man.cache.generateAtRuntime = true; }; # security.lockKernelModules = true;