You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/glossary.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,8 @@
37
37
38
38
Derivations are implemented as [operating system processes that run in a sandbox](@docroot@/store/building.md#builder-execution).
39
39
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].
41
40
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].
43
42
There are multiple ways of obtaining store objects from store derivatons, collectively called [realisation][realise].
0 commit comments