1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

be more precise about system semantics

This commit is contained in:
Valentin Gagarin 2023-09-26 00:43:41 +02:00
parent 5e4734a08b
commit 75a231147f

View file

@ -24,7 +24,7 @@ It outputs an attribute set, and produces a [store derivation](@docroot@/glossar
The system type on which the [`builder`](#attr-builder) executable is meant to be run.
Nix will only build derivations where the `system` attribute matches the current [`system` configuration option].
A necessary condition for Nix to build derivations locally is that the `system` attribute matches the current [`system` configuration option].
It can automatically [build on other platforms](../advanced-topics/distributed-builds.md) by forwarding build requests to other machines.
Examples: