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> | ||