blob: c2431f1c5d2de5a599c94440182a3446d2c928a2 (
plain)
1
2
3
4
5
|
A Nix store is a collection of *store entries* referred to by *store paths*.
Every store also has a "store directory path", which is a path prefix used for various purposes.
There are many types of stores, but all of them at least respect this model.
Some however offer additional functionality.
|