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
Valentin Gagarin 07de7ee501 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.
2023-03-30 09:58:16 +02:00

645 B
Raw Blame History

Glossary

Nix
    Build system and package manager.

    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.

    Read /nɪks oʊ ɛs/ ("Niks Oh Es").

reproducible
    Reproducibility would guarantee exactly the same results no matter
    **when** or **on what machine** you run the command.