mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Fix typos
This commit is contained in:
parent
f77094715f
commit
998f93f267
2 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ is a JSON object with the following fields:
|
||||||
|
|
||||||
- Version 2: Separate `method` and `hashAlgo` fields in output specs
|
- Version 2: Separate `method` and `hashAlgo` fields in output specs
|
||||||
|
|
||||||
- Verison 3: Drop store dir from store paths, just include base name.
|
- Version 3: Drop store dir from store paths, just include base name.
|
||||||
|
|
||||||
Note that while this format is experimental, the maintenance of versions is best-effort, and not promised to identify every change.
|
Note that while this format is experimental, the maintenance of versions is best-effort, and not promised to identify every change.
|
||||||
|
|
||||||
|
|
@ -116,5 +116,5 @@ is a JSON object with the following fields:
|
||||||
The environment passed to the `builder`.
|
The environment passed to the `builder`.
|
||||||
|
|
||||||
* `structuredAttrs`:
|
* `structuredAttrs`:
|
||||||
[Strucutured Attributes](@docroot@/store/derivation/index.md#structured-attrs), only defined if the derivation contains them.
|
[Structured Attributes](@docroot@/store/derivation/index.md#structured-attrs), only defined if the derivation contains them.
|
||||||
Structured attributes are JSON, and thus embedded as-is.
|
Structured attributes are JSON, and thus embedded as-is.
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ The system type on which the [`builder`](#attr-builder) executable is meant to b
|
||||||
|
|
||||||
A necessary condition for Nix to schedule a given derivation on some [Nix instance] is for the "system" of that derivation to match that instance's [`system` configuration option] or [`extra-platforms` configuration option].
|
A necessary condition for Nix to schedule a given derivation on some [Nix instance] is for the "system" of that derivation to match that instance's [`system` configuration option] or [`extra-platforms` configuration option].
|
||||||
|
|
||||||
By putting the `system` in each derivation, Nix allows *heterogenous* build plans, where not all steps can be run on the same machine or same sort of machine.
|
By putting the `system` in each derivation, Nix allows *heterogeneous* build plans, where not all steps can be run on the same machine or same sort of machine.
|
||||||
Nix can schedule builds such that it automatically builds on other platforms by [forwarding build requests](@docroot@/advanced-topics/distributed-builds.md) to other Nix instances.
|
Nix can schedule builds such that it automatically builds on other platforms by [forwarding build requests](@docroot@/advanced-topics/distributed-builds.md) to other Nix instances.
|
||||||
|
|
||||||
[`system` configuration option]: @docroot@/command-ref/conf-file.md#conf-system
|
[`system` configuration option]: @docroot@/command-ref/conf-file.md#conf-system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue