diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index d6cbe77c9..ffee27beb 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -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 on standard output. +If files is the character +-, then a Nix expression will be read from standard +input. + Most users and developers don’t need to use this command (nix-env and nix-build perform store derivation instantiation from Nix expressions automatically).