mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
clarify first sentence on store objects
This commit is contained in:
parent
4eb11d4592
commit
4adb6602bd
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
A Nix store is a collection of *store objects*.
|
A Nix store is a collection of *store objects*.
|
||||||
|
|
||||||
Store objects can hold arbitrary *data* and *references* to one another.
|
A store object can hold arbitrary *data* and *references* to other store objects.
|
||||||
Nix makes no distinction if they are used as build inputs, build results, or build tasks.
|
Nix makes no distinction if store objects are used as build inputs, build results, or build tasks.
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
data Store = Set StoreObject
|
data Store = Set StoreObject
|
||||||
|
|
Loading…
Reference in a new issue