nixos/release-notes: mention new man.generateCaches option

This commit is contained in:
rnhmjoj 2020-06-18 10:36:24 +02:00
parent edc6a76cc0
commit 4dd95c0cfc
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -110,6 +110,15 @@ systemd.services.mysql.serviceConfig.ReadWritePaths = [ "/var/data" ];
</programlisting>
</para>
</listitem>
<listitem>
<para>
Two new option <link linkend="opt-documentation.man.generateCaches">documentation.man.generateCaches</link>
has been added to automatically generate the <literal>man-db</literal> caches, which are needed by utilities
like <command>whatis</command> and <command>apropos</command>. The caches are generated during the build of
the NixOS configuration: since this can be expensive when a large number of packages are installed, the
feature is disabled by default.
</para>
</listitem>
</itemizedlist>
</section>