* Document that nix-instantiate can read from stdin.
This commit is contained in:
parent
9e51abc7dc
commit
b505f9eaf5
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ evaluate to a derivation, a list of derivations, or a set of
|
||||||
derivations. The paths of the resulting store derivations are printed
|
derivations. The paths of the resulting store derivations are printed
|
||||||
on standard output.</para>
|
on standard output.</para>
|
||||||
|
|
||||||
|
<para>If <replaceable>files</replaceable> is the character
|
||||||
|
<literal>-</literal>, then a Nix expression will be read from standard
|
||||||
|
input.</para>
|
||||||
|
|
||||||
<para>Most users and developers don’t need to use this command
|
<para>Most users and developers don’t need to use this command
|
||||||
(<command>nix-env</command> and <command>nix-build</command> perform
|
(<command>nix-env</command> and <command>nix-build</command> perform
|
||||||
store derivation instantiation from Nix expressions automatically).
|
store derivation instantiation from Nix expressions automatically).
|
||||||
|
|
Loading…
Reference in a new issue