Skip to content

Commit

Permalink
Remove docs on removed --drv-link and --add-drv-link options
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 1, 2018
1 parent 8556998 commit e7b23eb
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions doc/manual/command-ref/nix-build.xml
Expand Up @@ -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'>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e7b23eb

Please sign in to comment.