1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

Fix typos

This commit is contained in:
Dimitris Apostolou 2021-11-03 18:11:20 +02:00
parent 133905b309
commit c34cc5e488
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
7 changed files with 17 additions and 17 deletions

View file

@ -237,7 +237,7 @@ Derivations can declare some infrequently used optional attributes.
- `preferLocalBuild`\
If this attribute is set to `true` and [distributed building is
enabled](../advanced-topics/distributed-builds.md), then, if
possible, the derivaton will be built locally instead of forwarded
possible, the derivation will be built locally instead of forwarded
to a remote machine. This is appropriate for trivial builders
where the cost of doing a download or remote build would exceed
the cost of building locally.