diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-16T16·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-16T16·45+0000 |
commit | ad3121a52dacba417387df543df573816cd15b55 (patch) | |
tree | 822551b4ea02ec8fb661cb117d5bef85eaffb660 /doc/manual/nix-instantiate.xml | |
parent | f982df3cd766072fdb9d36ba6501eaa246381092 (diff) |
* Documented common environment variables.
Diffstat (limited to 'doc/manual/nix-instantiate.xml')
-rw-r--r-- | doc/manual/nix-instantiate.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index ec26eaa71379..d854941a09bd 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -31,7 +31,8 @@ <para> This command is generally used for testing Nix expression before - they are used with <command>nix-env</command>. + they are used with <command>nix-env</command>. See also <xref + linkend="sec-common-options" />. </para> </refsection> @@ -41,8 +42,6 @@ <variablelist> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opt-common.xml#xpointer(/nop/*)" /> - <varlistentry> <term><option>--parse-only</option></term> <listitem> |