diff options
author | Graham Christensen <graham@grahamc.com> | 2018-09-08T02·10-0400 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-09-10T16·57+0200 |
commit | 0aca1ffb6ef655a5147e27e4307074f0b303000f (patch) | |
tree | 2fef4de1b5de132bcf43b9b597c7294cb0cbe6fe /doc | |
parent | 5b2fdfdca24df3132a4d92dd7b63e2ff58c7555e (diff) |
Prefer 'remote builder' over 'slave'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/command-ref/nix-store.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml index 5fff64a18f93..c827d85b3815 100644 --- a/doc/manual/command-ref/nix-store.xml +++ b/doc/manual/command-ref/nix-store.xml @@ -275,7 +275,7 @@ as a means of providing Nix store access to a restricted ssh user. <listitem><para>Allow the connected client to request the realization of derivations. In effect, this can be used to make the host act - as a build slave.</para></listitem> + as a remote builder.</para></listitem> </varlistentry> |