Merge pull request #2580 from Synthetica9/nix-instantiate-rwm-docfix

Clarify nix-instantiate --read-write-mode
This commit is contained in:
Eelco Dolstra
2018-12-14 10:22:29 +01:00
committed by GitHub
+3 -1
View File
@@ -154,7 +154,9 @@ input.</para>
<listitem><para>When used with <option>--eval</option>, perform
evaluation in read/write mode so nix language features that
require it will still work (at the cost of needing to do
instantiation of every evaluated derivation).</para>
instantiation of every evaluated derivation). If this option is
not enabled, there may be uninstantiated store paths in the final
output.</para>
</listitem>