correctly use comma for nesting

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Valentin Gagarin 2022-04-22 10:44:00 +02:00 committed by Valentin Gagarin
parent 804e8bd747
commit 23ee0b24f7

View file

@ -16,7 +16,7 @@ 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*, 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.
It can also execute *build instructions*, captured in the build plans, to produce new data.
It uses the file system as a persistence layer, and a database to keep track of references.
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.