use correct Nix entity

Nix itself does care a lot about what type of store object you have.
This commit is contained in:
Valentin Gagarin 2022-07-13 09:37:16 +01:00 committed by Valentin Gagarin
parent fe4c0b8d75
commit de5dea45f7

View file

@ -32,7 +32,7 @@ A store object can hold
- arbitrary *data*
- *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.