1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

don't emphasize 'store derivation'

This commit is contained in:
Valentin Gagarin 2025-04-29 10:55:38 +02:00
parent 8db8371a48
commit 82d598282d

View file

@ -37,9 +37,8 @@
Derivations are implemented as [operating system processes that run in a sandbox](@docroot@/store/building.md#builder-execution).
This sandbox by default only allows reading from store objects specified as inputs, and only allows writing to designated [outputs][output] to be [captured as store objects](@docroot@/store/building.md#processing-outputs).
How exactly to invoke such an isolated process is encoded in a [store derivation].
A derivation is typically specified as a [derivation expression] in the [Nix language], and [instantiated][instantiate] to a store derivation.
A derivation is typically specified as a [derivation expression] in the [Nix language], and [instantiated][instantiate] to a [store derivation].
There are multiple ways of obtaining store objects from store derivatons, collectively called [realisation][realise].
[derivation]: #gloss-derivation