1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/glossary.md

38 lines
771 B
Markdown
Raw Normal View History

2021-12-10 06:14:24 -05:00
# Glossary
```{glossary}
attribute name
Attribute sets are a collection of key/value pairs. The attribute name is the key.
2021-12-10 06:14:24 -05:00
Nix
Build system and package manager.
2023-02-07 10:46:29 -05:00
Read /nɪks/ ("Niks").
Nix language
Programming language to declare packages and configurations for Nix.
Nix expression
Expression written in the Nix language.
Nix file
File (`.nix`) containing a Nix expression.
Nixpkgs
Software distribution built with Nix.
Read /nɪks ˈpækɪʤɪz/ ("Nix packages").
NixOS
Linux distribution based on Nix and Nixpkgs.
2023-02-07 10:46:29 -05:00
Read /nɪks oʊ ɛs/ ("Niks Oh Es").
2021-12-10 06:14:24 -05:00
package name
TODO
reproducible
Reproducibility would guarantee exactly the same results no matter
**when** or **on what machine** you run the command.
```