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-08-04 12:37:47 +02:00
committed by Valentin Gagarin
parent fe4c0b8d75
commit de5dea45f7
+1 -1
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.