nix -> Nix

This commit is contained in:
Eelco Dolstra 2017-03-09 13:36:56 +01:00
parent 86227390c5
commit 19643a781e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -646,8 +646,8 @@ password <replaceable>my-password</replaceable>
<varlistentry xml:id="conf-allow-import-from-derivation"><term><literal>allow-import-from-derivation</literal></term>
<listitem><para>By default, nix allows you to <function>import</function> from a derivation,
allowing building at evaluation time. With this option set to false, nix will throw an error
<listitem><para>By default, Nix allows you to <function>import</function> from a derivation,
allowing building at evaluation time. With this option set to false, Nix will throw an error
when evaluating an expression that uses this feature, allowing users to ensure their evaluation
will not require any builds to take place.</para></listitem>