From 07de7ee501f81bb9af2da862295fc33769529620 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 19 Jan 2023 12:21:54 +0100 Subject: [PATCH] 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. --- source/glossary.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/glossary.md b/source/glossary.md index 55328ff..5998eb3 100644 --- a/source/glossary.md +++ b/source/glossary.md @@ -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.