locate: option includeStore

This commit is contained in:
Profpatsch
2015-08-02 01:04:13 +02:00
parent 479a43cf74
commit 8c652379df
2 changed files with 18 additions and 1 deletions
@@ -179,6 +179,15 @@ nix-env -f "<nixpkgs>" -iA haskellPackages.cabal-install
</para>
</listitem>
<listitem>
<para>
The <literal>locate</literal> service no longer indexes the nix store
by default, preventing packages with potentially numerous versions from
cluttering the output. Indexing the store can be activated with
<literal>services.locate.includeStore = true;</literal>.
</para>
</listitem>
</itemizedlist>
</para>