mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/programs/fish: enable documentation.man.cache.generateAtRuntime by default
This commit is contained in:
parent
5d7f644094
commit
8a81ac8bdd
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue