add link from overview to store section

the overview should only link to the three main concepts presented. the
store is now fairly fleshed out. others can follow later.
This commit is contained in:
Valentin Gagarin 2022-05-04 19:02:28 +02:00
parent ef81276cc1
commit 0e63b9bf88

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. The command line and Nix language are what users interact with most.
Underlying everything is the *Nix store*, a mechanism to keep track of build tasks, data, and references between them. Underlying everything 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. It can also execute *build instructions*, captured in the build tasks, to produce new data.