remove sentence for chapter transition

idea: sections could be read in different orders by linking them in
different ways (e.g. depth-first or breadth-first). adding hard-coded
transitions makes that confusing.
This commit is contained in:
Valentin Gagarin 2022-04-24 21:13:45 +02:00
parent 89a7c956ff
commit b387d80943

View file

@ -18,5 +18,3 @@ 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 plans, data, and references between them.
It can also execute *build instructions*, captured in the build plans, to produce new data.
This chapter describes Nix starting at the bottom with the store layer, then working its way up to the user-facing components described in the rest of the manual.