From b387d809437b0c787691b814bf65e1647fd18009 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sun, 24 Apr 2022 21:13:45 +0200 Subject: [PATCH] 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. --- doc/manual/src/design/overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/manual/src/design/overview.md b/doc/manual/src/design/overview.md index 15ddb562d..b5f8b6aad 100644 --- a/doc/manual/src/design/overview.md +++ b/doc/manual/src/design/overview.md @@ -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. -