diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-26 20:32:50 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-11-26 20:32:50 +0100 |
commit | 73efc1e8e71c74e3731037f2166f5c93b26fe88d (patch) | |
tree | c142d229267bda40104d623d732760062e551112 /doc/manual | |
parent | ec5e7b44ff1ce14eb930948df1b89f07abbf16f9 (diff) | |
parent | 52ffe2797a6a943bac968e92ad443a567dfdf80e (diff) |
Merge branch 'document-dry-run-option' of https://github.com/Ma27/nix
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/command-ref/nix-build.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/command-ref/nix-build.xml b/doc/manual/command-ref/nix-build.xml index 40fe7a43f..c1b783c87 100644 --- a/doc/manual/command-ref/nix-build.xml +++ b/doc/manual/command-ref/nix-build.xml @@ -30,6 +30,7 @@ <replaceable>attrPath</replaceable> </arg> <arg><option>--no-out-link</option></arg> + <arg><option>--dry-run</option></arg> <arg> <group choice='req'> <arg choice='plain'><option>--out-link</option></arg> @@ -98,6 +99,10 @@ also <xref linkend="sec-common-options" />.</phrase></para> </varlistentry> + <varlistentry><term><option>--dry-run</option></term> + <listitem><para>Show what store paths would be built or downloaded</para></listitem> + </varlistentry> + <varlistentry xml:id='opt-out-link'><term><option>--out-link</option> / <option>-o</option> <replaceable>outlink</replaceable></term> |