diff options
author | Eli Flanagan <eli@typedspace.com> | 2021-11-30 13:19:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 13:19:42 -0500 |
commit | 092c375cda9efc24f9a3d6b56d818792406b232b (patch) | |
tree | ca2e2ac243b57b320a81d464ce04fd1231feb343 /doc/manual | |
parent | a473e85c808120def9a645235e1e6bfa746753b5 (diff) |
Update doc/manual/src/glossary.md
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/glossary.md b/doc/manual/src/glossary.md index 92192e4cb..71ff13275 100644 --- a/doc/manual/src/glossary.md +++ b/doc/manual/src/glossary.md @@ -99,6 +99,6 @@ 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 empty set symbol. In the context of profile history, this denotes a package is not present in a particular version of the profile. - `ε` \ 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. |