mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
document store paths
update the glossary to point to the new page. since this is a cross-cutting concern, it warrants its own section in the manual. Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
4ba8b182be
commit
d7b7a79f3e
4 changed files with 77 additions and 4 deletions
|
@ -4,7 +4,7 @@ A Nix store is a collection of *store objects* with *references* between them.
|
|||
A store object consists of
|
||||
|
||||
- A [file system object](./file-system-object.md) as data
|
||||
- A set of [store paths](@docroot@/glossary.md#gloss-store-path) as references to other store objects
|
||||
- A set of [store paths](./store-path.md) as references to other store objects
|
||||
|
||||
Store objects are [immutable](https://en.wikipedia.org/wiki/Immutable_object):
|
||||
Once created, they do not change until they are deleted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue