diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-11-07T20·36+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-11-07T20·36+0000 |
commit | 2c3b29c5cabfafe340eda9104d34d28c2a4f2e90 (patch) | |
tree | 3aec1ab1e64ca0a529bfbc7ae1798a9d1e2b475a /doc/manual/build-farm.xml | |
parent | ea6581b691136f8545e9ab48d9ad339ad7019333 (diff) |
* Everything you always wanted to know about functions and derivations
but were afraid to ask.
Diffstat (limited to 'doc/manual/build-farm.xml')
-rw-r--r-- | doc/manual/build-farm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/build-farm.xml b/doc/manual/build-farm.xml index b0d3fb8b6684..dc27d1cff00f 100644 --- a/doc/manual/build-farm.xml +++ b/doc/manual/build-farm.xml @@ -56,7 +56,7 @@ url='https://svn.cs.uu.nl:12443/repos/trace/release/trunk' />.</para> </section> -<section><title>Setting up distributed builds</title> +<section id='sec-distributed-builds'><title>Setting up distributed builds</title> <para>You can enable distributed builds by setting the environment variable <envar>NIX_BUILD_HOOK</envar> to point to a program that Nix |