aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/command-ref
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-02-01 16:40:58 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-02-01 16:40:58 +0100
commite7b23eb5ab418ca7194f6575014f40bf4d9e6afd (patch)
tree1001bfa16e17debadc7742ce77d6da42254a3834 /doc/manual/command-ref
parent855699855fd271e0b8e43001bf1793ca3ef9b71c (diff)
Remove docs on removed --drv-link and --add-drv-link options
Diffstat (limited to 'doc/manual/command-ref')
-rw-r--r--doc/manual/command-ref/nix-build.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/manual/command-ref/nix-build.xml b/doc/manual/command-ref/nix-build.xml
index d6b2e5e5a..40fe7a43f 100644
--- a/doc/manual/command-ref/nix-build.xml
+++ b/doc/manual/command-ref/nix-build.xml
@@ -29,8 +29,6 @@
</group>
<replaceable>attrPath</replaceable>
</arg>
- <arg><option>--drv-link</option> <replaceable>drvlink</replaceable></arg>
- <arg><option>--add-drv-link</option></arg>
<arg><option>--no-out-link</option></arg>
<arg>
<group choice='req'>
@@ -91,25 +89,6 @@ also <xref linkend="sec-common-options" />.</phrase></para>
<variablelist>
- <varlistentry><term><option>--drv-link</option> <replaceable>drvlink</replaceable></term>
-
- <listitem><para>Add a symlink named
- <replaceable>drvlink</replaceable> to the store derivation
- produced by <command>nix-instantiate</command>. The derivation is
- a root of the garbage collector until the symlink is deleted or
- renamed. If there are multiple derivations, numbers are suffixed
- to <replaceable>drvlink</replaceable> to distinguish between
- them.</para></listitem>
-
- </varlistentry>
-
- <varlistentry><term><option>--add-drv-link</option></term>
-
- <listitem><para>Shorthand for <option>--drv-link</option>
- <filename>./derivation</filename>.</para></listitem>
-
- </varlistentry>
-
<varlistentry><term><option>--no-out-link</option></term>
<listitem><para>Do not create a symlink to the output path. Note