diff options
author | Valentin Gagarin <valentin@fricklerhandwerk.de> | 2022-07-13 09:37:16 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:47 +0200 |
commit | de5dea45f7443dd14068e6289e8844816f445c35 (patch) | |
tree | b61d58856a18c8f4acfbb67280513db41fc7ef46 | |
parent | fe4c0b8d75b9380ab64a752a7f1da680b1163731 (diff) |
use correct Nix entity
Nix itself does care a lot about what type of store object you have.
-rw-r--r-- | doc/manual/src/architecture/store/store.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md index e1d983d99..5ac512621 100644 --- a/doc/manual/src/architecture/store/store.md +++ b/doc/manual/src/architecture/store/store.md @@ -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. |