mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Document $NIX_PATH / -I
This commit is contained in:
parent
a58efdb69b
commit
7a213ffc69
3 changed files with 66 additions and 13 deletions
|
@ -341,6 +341,16 @@
|
|||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><option>-I</option> <replaceable>path</replaceable></term>
|
||||
|
||||
<listitem><para>Add a path to the Nix expression search path. See
|
||||
the <envar>NIX_PATH</envar> environment variable for details. Paths
|
||||
added through <option>-I</option> take precedence over
|
||||
<envar>NIX_PATH</envar>.</para></listitem>
|
||||
|
||||
</varlistentry>
|
||||
|
||||
|
||||
</variablelist>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue