mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
be more precise about system
semantics
This commit is contained in:
parent
5e4734a08b
commit
75a231147f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue