diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-30T20·49-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-30T20·49-0400 |
commit | 82ae0e688c21794bea583f9b48bb3639f7e2601a (patch) | |
tree | 1d9a97a2b055121b6d0f35f875ae7d02d2830928 /doc/manual/env-common.xml | |
parent | 46cdc6ad51376e2f31ce806ee38e697d00a6e5cb (diff) |
Update the documentation of build-remote.pl
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: |