diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2022-03-16 12:53:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 12:53:38 +0100 |
commit | af013281c9212e49709ef4ecb429a4307f48bea0 (patch) | |
tree | 4ca72d4c46e1ef5b7d74939dba6567d9be5f43df /doc | |
parent | a53c1dc96d059aea6d67726f44c37c39c95404e3 (diff) |
distributed-builds.md: fixing typo of the most minor sort
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/advanced-topics/distributed-builds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/advanced-topics/distributed-builds.md b/doc/manual/src/advanced-topics/distributed-builds.md index c4c60db15..b0d7fbf1a 100644 --- a/doc/manual/src/advanced-topics/distributed-builds.md +++ b/doc/manual/src/advanced-topics/distributed-builds.md @@ -110,7 +110,7 @@ default, set it to `-`. 7. A comma-separated list of *mandatory features*. A machine will only be used to build a derivation if all of the machine’s mandatory features appear in the derivation’s `requiredSystemFeatures` - attribute.. + attribute. 8. The (base64-encoded) public host key of the remote machine. If omitted, SSH will use its regular known-hosts file. Specifically, the field is calculated |