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/reference/glossary.md
Valentin Gagarin b4628cdd04
Remove "reproducible" from glossary (#646)
* Remove "reproducible" from glossary

It is not part of the official terminology the nixos documentation team established in https://github.com/NixOS/nix.dev/pull/263.

It was mixed in https://github.com/NixOS/nix.dev/pull/380 and messed up the official status of the terms. This change fixes that!

It can be added again when we figured out what we mean by it (https://github.com/NixOS/nix.dev/issues/464).

---------

Co-authored-by: davidak <davidak@users.noreply.github.com>
2023-07-13 21:33:29 +02:00

1.1 KiB
Raw Blame History

Glossary

Nix
    Build system and package manager.

    Read /nɪks/ ("Niks").

    :::{seealso}
    - [Nix Reference Manual](https://nixos.org/manual/nix)
    - [Nix source code](https://github.com/NixOS/nix)
    :::

Nix language
    Programming language to declare packages and configurations for {term}`Nix`.

    :::{seealso}
    - [](reading-nix-language)
    - [Nix language reference](https://nixos.org/manual/nix/stable/language)
    :::

Nix expression
    Expression written in the {term}`Nix language`.

Nix file
    File (`.nix`) containing a {term}`Nix expression`.

Nixpkgs
    Software distribution built with {term}`Nix`.

    Read /nɪks ˈpækɪʤɪz/ ("Nix packages").

    :::{seealso}
    - [Nixpkgs Reference Manual](https://nixos.org/manual/nixpkgs)
    - [Nixpkgs source code](https://github.com/NixOS/nixpkgs)
    :::

NixOS
    Linux distribution based on {term}`Nix` and {term}`Nixpkgs`.

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

    :::{seealso}
    - [NixOS Reference Manual](https://nixos.org/manual/nixos)
    - [NixOS source code](https://github.com/NixOS/nixpkgs/tree/master/nixos)
    :::