Skip to content

Commit 82d5982

Browse files
don't emphasize 'store derivation'
1 parent 8db8371 commit 82d5982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/manual/source/glossary.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737

3838
Derivations are implemented as [operating system processes that run in a sandbox](@docroot@/store/building.md#builder-execution).
3939
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).
40-
How exactly to invoke such an isolated process is encoded in a [store derivation].
4140

42-
A derivation is typically specified as a [derivation expression] in the [Nix language], and [instantiated][instantiate] to a store derivation.
41+
A derivation is typically specified as a [derivation expression] in the [Nix language], and [instantiated][instantiate] to a [store derivation].
4342
There are multiple ways of obtaining store objects from store derivatons, collectively called [realisation][realise].
4443

4544
[derivation]: #gloss-derivation

0 commit comments

Comments
 (0)