mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-29 17:16:15 +02:00
more precise wording
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
e2f118efed
commit
d621dd17f2
1 changed files with 3 additions and 3 deletions
|
@ -14,14 +14,14 @@ It outputs an attribute set, and produces a [store derivation](@docroot@/glossar
|
||||||
|
|
||||||
- [`name`]{#attr-name} ([String](@docroot@/language/values.md#type-string))
|
- [`name`]{#attr-name} ([String](@docroot@/language/values.md#type-string))
|
||||||
|
|
||||||
Symbolic name for the derivation.
|
A symbolic name for the derivation.
|
||||||
It is appended to the [store paths](@docroot@/glossary.md#gloss-store-path) of the resulting store derivation and its [output paths][output path].
|
It is added to the [store derivation]'s [path](@docroot@/glossary.md#gloss-store-path) and its [output paths][output path].
|
||||||
|
|
||||||
Example: `name = "hello";`
|
Example: `name = "hello";`
|
||||||
|
|
||||||
- [`system`]{#attr-system} ([String](@docroot@/language/values.md#type-string))
|
- [`system`]{#attr-system} ([String](@docroot@/language/values.md#type-string))
|
||||||
|
|
||||||
The system type on which the [`builder`](#attr-builder) executable can be run.
|
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].
|
Nix will only build derivations where 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.
|
It can automatically [build on other platforms](../advanced-topics/distributed-builds.md) by forwarding build requests to other machines.
|
||||||
|
|
Loading…
Reference in a new issue