diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-17T15·19+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-17T15·19+0200 |
commit | 9cd3ff1059e9daffe65e24dc826268f1e69e2593 (patch) | |
tree | 00fe9e7c4c79dab32261f8d5f637f0392a6443e8 /doc | |
parent | 8745fade0387b2900a98b95798d9f12be7ef97ca (diff) |
nix-instantiate: default to "default.nix" if no arguments are given
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/nix-instantiate.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index 7e6120852f09..618b61f159dc 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -50,8 +50,9 @@ <para>The command <command>nix-instantiate</command> generates <link linkend="gloss-derivation">store derivations</link> from (high-level) Nix expressions. It loads and evaluates the Nix expressions in each -of <replaceable>files</replaceable>. Each top-level expression should -evaluate to a derivation, a list of derivations, or a set of +of <replaceable>files</replaceable> (which defaults to +<replaceable>./default.nix</replaceable>). Each top-level expression +should 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.</para> |