aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorValentin Gagarin <valentin@fricklerhandwerk.de>2022-04-22 10:54:43 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:46 +0200
commit51e6bed25e073afac5a7b5e11033769a615d0473 (patch)
tree021507a67392fd29fca2cf2645361f286ed609ea /doc/manual/src
parent23ee0b24f7c0fd43ccf6f99b87941df4cb071689 (diff)
do not mention implementation details
Co-authored-by: John Ericson <git@JohnEricson.me>
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/design/overview.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manual/src/design/overview.md b/doc/manual/src/design/overview.md
index b1adb143b..0cead62ab 100644
--- a/doc/manual/src/design/overview.md
+++ b/doc/manual/src/design/overview.md
@@ -17,7 +17,6 @@ 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 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.