remove redundant terms from glossary

we should always link to authoritative definitions of terms when they
exist, instead of doing double book keeping here.

"attribute name" should be uniquely defined in the Nix reference manual.

"package name" should be uniquely defined in the Nixpkgs manual.
This commit is contained in:
Valentin Gagarin 2023-01-19 12:21:54 +01:00
parent 550a4c4b03
commit 07de7ee501

View File

@ -1,9 +1,6 @@
# Glossary
```{glossary}
attribute name
Attribute sets are a collection of key/value pairs. The attribute name is the key.
Nix
Build system and package manager.
@ -28,9 +25,6 @@ NixOS
Read /nɪks oʊ ɛs/ ("Niks Oh Es").
package name
TODO
reproducible
Reproducibility would guarantee exactly the same results no matter
**when** or **on what machine** you run the command.