Apropos
As of NixOS 18.09, apropos
(and likely also whatis
) does not find anything when run. This is because the Apropos database is not generated automatically.
To generate it manually (and again to update it when new software is installed), run:
su -l root -c mandb
For more information, see: