clarify what store objects can be
the store of course makes a distinction, but that is not relevant here
This commit is contained in:
parent
0228eb8ae7
commit
db6faf44a9
|
@ -32,7 +32,7 @@ A store object can hold
|
||||||
- arbitrary *data*
|
- arbitrary *data*
|
||||||
- *references* to other store objects.
|
- *references* to other store objects.
|
||||||
|
|
||||||
A Nix store makes no distinction if store objects are build inputs, build results, or build tasks.
|
Store objects can be build inputs, build results, or build tasks.
|
||||||
|
|
||||||
Store objects are [immutable][immutable-object]: once created, they do not change until they are deleted.
|
Store objects are [immutable][immutable-object]: once created, they do not change until they are deleted.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue