Store Object
A Nix store is a collection of store objects with references between them. A store object consists of
- A file system object as data
 - A set of store paths as references to other store objects
 
Store objects are immutable: Once created, they do not change until they are deleted.