aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/src/design/overview.md2
1 files changed, 0 insertions, 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.
-