Apropos: Difference between revisions
imported>Jtojnar updated with a command that works for me |
imported>Ncfavier document documentation.man.generateCaches |
||
Line 1: | Line 1: | ||
By default as of NixOS 21.05, <code>apropos</code>, <code>whatis</code> and <code>man -k</code> do not find anything when run. To enable automatically building the man page index caches, you can set: | |||
<syntaxhighlight lang=nix> | |||
<syntaxhighlight lang= | documentation.man.generateCaches = true; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 22:45, 11 June 2021
By default as of NixOS 21.05, apropos
, whatis
and man -k
do not find anything when run. To enable automatically building the man page index caches, you can set:
documentation.man.generateCaches = true;