about summary refs log tree commit diff
path: root/doc/manual/build-farm.xml
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-04-07T09·36+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-04-07T09·36+0000
commitf1ae10b992cf8b3b5f13c5bf69f264872c0a4f4f (patch)
treebe3295b15e3d5e0acbe753515b4d851949b81306 /doc/manual/build-farm.xml
parent806b91f1040d75ca5331445272ecc46adac1c9ef (diff)
* Build hook documentation.
* nix-store options.

Diffstat (limited to 'doc/manual/build-farm.xml')
-rw-r--r--doc/manual/build-farm.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual/build-farm.xml b/doc/manual/build-farm.xml
index 4745d205c515..c86e19cdf3b9 100644
--- a/doc/manual/build-farm.xml
+++ b/doc/manual/build-farm.xml
@@ -65,7 +65,10 @@ will call whenever it wants to build a derivation.  The build hook
 will perform it in the usual way if possible, or it can accept it, in
 which case it is responsible for somehow getting the inputs of the
 build to another machine, doing the build there, and getting the
-results back.</para>
+results back.  The details of the build hook protocol are described in
+the documentation of the <link
+linkend="envar-build-hook"><envar>NIX_BUILD_HOOK</envar>
+variable</link>.</para>
 
 <example id='ex-remote-systems'><title>Remote machine configuration:
 <filename>remote-systems.conf</filename></title>