diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md index b3517f9b6..403a23bbd 100644 --- a/doc/manual/src/architecture/store/store.md +++ b/doc/manual/src/architecture/store/store.md @@ -1,6 +1,7 @@ # Store -A Nix store is a collection of *store objects*. +A Nix store is a collection of *store objects* with references between them. +It supports operations to manipulate that collection. ## Store Object {#store-object}