1
0
Fork 0
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:
Eelco Dolstra 2012-05-09 19:06:13 -04:00
parent a58efdb69b
commit 7a213ffc69
3 changed files with 66 additions and 13 deletions

View file

@ -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>