aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorEli Flanagan <eli@typedspace.com>2021-11-30 11:13:46 -0500
committerEli Flanagan <eli@typedspace.com>2021-11-30 11:13:46 -0500
commita473e85c808120def9a645235e1e6bfa746753b5 (patch)
tree245f0248ba4f2150343a1868cc805f45b63c38ea /doc/manual
parentb96164f4af4b68a91b68c59087383a4f69e7d81e (diff)
docs: document set theory symbols
These symbols confused me so I wanted to gloss them to help future users. You can see the context here: https://discourse.nixos.org/t/flakes-what-does-mean-big-bundle-of-questions
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/src/glossary.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/manual/src/glossary.md b/doc/manual/src/glossary.md
index bb350d9de..92192e4cb 100644
--- a/doc/manual/src/glossary.md
+++ b/doc/manual/src/glossary.md
@@ -47,7 +47,7 @@
the store object at `P` contains the path `Q` somewhere. The
*references* of a store path are the set of store paths to which it
has a reference.
-
+
A derivation can reference other derivations and sources (but not
output paths), whereas an output path only references other output
paths.
@@ -66,7 +66,7 @@
is necessary to deploy whole closures, since otherwise at runtime
files could be missing. The command `nix-store -qR` prints out
closures of store paths.
-
+
As an example, if the store object at path `P` contains a reference
to path `Q`, then `Q` is in the closure of `P`. Further, if `Q`
references `R` then `R` is also in the closure of `P`.
@@ -98,3 +98,7 @@
store. It can contain regular files, directories and symbolic
links. NARs are generated and unpacked using `nix-store --dump`
and `nix-store --restore`.
+ - `∅` \
+ The empty set symbol. In the context of package history, this denotes a package was not present prior to installation.
+ - `ε` \
+ The epsilon symbol. In the context of a package, this means the version is empty. More precisely, the derivation does not have a version attribute.