use correct Nix entity
Nix itself does care a lot about what type of store object you have.
This commit is contained in:
parent
fe4c0b8d75
commit
de5dea45f7
|
@ -32,7 +32,7 @@ A store object can hold
|
||||||
- arbitrary *data*
|
- arbitrary *data*
|
||||||
- *references* to other store objects.
|
- *references* to other store objects.
|
||||||
|
|
||||||
Nix makes no distinction if store objects are build inputs, build results, or build tasks.
|
A Nix store makes no distinction if store objects are 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