1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

nixos/fish: make generateCaches easier to override

This commit is contained in:
rnhmjoj 2020-12-03 22:00:33 +01:00
parent 87d614441d
commit 296c415030
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -103,7 +103,7 @@ in
programs.fish.shellAliases = mapAttrs (name: mkDefault) cfge.shellAliases;
# Required for man completions
documentation.man.generateCaches = true;
documentation.man.generateCaches = lib.mkDefault true;
environment.etc."fish/foreign-env/shellInit".text = cfge.shellInit;
environment.etc."fish/foreign-env/loginShellInit".text = cfge.loginShellInit;