1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 07:53:55 +02:00

* Document --eval-only and --parse-only options in nix-instantiate.

This commit is contained in:
Eelco Dolstra 2004-11-12 23:22:08 +00:00
parent 32c7326850
commit c2b0d6b02f
4 changed files with 40 additions and 2 deletions

View file

@ -171,3 +171,14 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>--readonly-mode</option></term>
<listitem>
<para>
When this option is used, no attempt is made to open the Nix
database. Most Nix operations do need database access, so those
operations will fail.
</para>
</listitem>
</varlistentry>