From 8a81ac8bdd078a39feb0379cc9ef3d753aaf9bca Mon Sep 17 00:00:00 2001 From: Gaute Ravndal Date: Thu, 19 Feb 2026 15:02:29 +0100 Subject: [PATCH] nixos/programs/fish: enable documentation.man.cache.generateAtRuntime by default --- nixos/modules/programs/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/programs/fish.nix b/nixos/modules/programs/fish.nix index 39b715369bb6..13c00237906e 100644 --- a/nixos/modules/programs/fish.nix +++ b/nixos/modules/programs/fish.nix @@ -170,6 +170,7 @@ in # Required for man completions documentation.man.cache.enable = lib.mkDefault true; + documentation.man.cache.generateAtRuntime = lib.mkDefault true; environment = lib.mkMerge [ (lib.mkIf cfg.useBabelfish {