diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-07-21T09·30+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-07-21T09·30+0200 |
commit | 77c2739c25c4392d30fcf4182b2ea6ffa22d5b7d (patch) | |
tree | 53469f629b6da6b1b9526be28829d85ebdef0b16 /doc/manual/advanced-topics | |
parent | 2ec9d2fb02e8b181009c9a7292c7d5af382af277 (diff) |
Grammar/spelling
Diffstat (limited to 'doc/manual/advanced-topics')
-rw-r--r-- | doc/manual/advanced-topics/distributed-builds.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/advanced-topics/distributed-builds.xml b/doc/manual/advanced-topics/distributed-builds.xml index 032455bd34e1..1f8d98f5d8fe 100644 --- a/doc/manual/advanced-topics/distributed-builds.xml +++ b/doc/manual/advanced-topics/distributed-builds.xml @@ -44,8 +44,8 @@ outputs and perform the remote build. To use it, you should set <envar>NIX_BUILD_HOOK</envar> to <filename><replaceable>prefix</replaceable>/libexec/nix/build-remote.pl</filename>. You should also define a list of available build machines and point -the environment variable <envar>NIX_REMOTE_SYSTEMS</envar> to it (the -path has to be absolute, otherwise nix will fail to distribute the build). An +the environment variable <envar>NIX_REMOTE_SYSTEMS</envar> to +it. <envar>NIX_REMOTE_SYSTEMS</envar> must be an absolute path. An example configuration is shown in <xref linkend='ex-remote-systems' />. Each line in the file specifies a machine, with the following bits of information: |