diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T09·20+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T09·20+0200 |
commit | 67e5dd3ce9f46f810c06e16671e98f8e56b4e25c (patch) | |
tree | a097e37648f79a76684f9ad5aff6af3882f48910 /doc/manual/nix-instantiate.xml | |
parent | d2d5543625f93961b87812372858713b70a243d4 (diff) |
Add some hyperlinks between NIXPATH and -I
Diffstat (limited to 'doc/manual/nix-instantiate.xml')
-rw-r--r-- | doc/manual/nix-instantiate.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index 936f154dde56..6a4348f002ed 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -103,9 +103,10 @@ input.</para> <varlistentry><term><option>--find-file</option></term> <listitem><para>Look up the given files in Nix’s search path (as - specified by the <envar>NIX_PATH</envar> environment variable). - If found, print the corresponding absolute paths on standard - output. For instance, if <envar>NIX_PATH</envar> is + specified by the <envar linkend="env-NIX_PATH">NIX_PATH</envar> + environment variable). If found, print the corresponding absolute + paths on standard output. For instance, if + <envar>NIX_PATH</envar> is <literal>nixpkgs=/home/alice/nixpkgs</literal>, then <literal>nix-instantiate --find-file nixpkgs/default.nix</literal> will print |