Nix store does not underly literally everything

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Valentin Gagarin
2022-08-04 12:37:47 +02:00
committed by Valentin Gagarin
co-authored by Robert Hensing
parent 0e63b9bf88
commit 25926c5fc6
+1 -1
View File
@@ -37,6 +37,6 @@ In practice this amounts to a set of files in a file system.
The command line and Nix language are what users interact with most.
Underlying everything is the [Nix store](./store/store.md), a mechanism to keep track of build plans, data, and references between them.
Underlying these is the [Nix store](./store/store.md), a mechanism to keep track of build plans, data, and references between them.
It can also execute *build instructions*, captured in the build tasks, to produce new data.