diff options
Diffstat (limited to 'doc/manual/env-common.xml')
-rw-r--r-- | doc/manual/env-common.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/env-common.xml b/doc/manual/env-common.xml index f52e2633de78..edfded7fcb4f 100644 --- a/doc/manual/env-common.xml +++ b/doc/manual/env-common.xml @@ -119,9 +119,10 @@ $ mount -o bind /mnt/otherdisk/nix /nix</screen> <para>Specifies the location of the <emphasis>build hook</emphasis>, which is a program (typically some script) that Nix will call whenever it wants to build a derivation. This is used to implement - distributed builds (see <xref linkend="sec-distributed-builds" - />). The protocol by which the calling Nix process and the build - hook communicate is as follows.</para> + distributed builds<phrase condition="manual"> (see <xref + linkend="chap-distributed-builds" />)</phrase>. The protocol by + which the calling Nix process and the build hook communicate is as + follows.</para> <para>The build hook is called with the following command-line arguments: |