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:
parent
32c7326850
commit
c2b0d6b02f
4 changed files with 40 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue