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

48 lines
1.1 KiB
Markdown
Raw Normal View History

2021-12-10 06:14:24 -05:00
# Glossary
```{glossary}
Nix
Build system and package manager.
2023-02-07 10:46:29 -05:00
Read /nɪks/ ("Niks").
:::{seealso}
- [Nix Reference Manual](./nix-manual.md)
- [Nix source code](https://github.com/NixOS/nix)
:::
Nix language
Programming language to declare packages and configurations for {term}`Nix`.
:::{seealso}
- [](reading-nix-language)
2023-11-01 22:41:54 -04:00
- [Nix language reference](https://nix.dev/manual/nix/2.18/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`.
2023-02-07 10:46:29 -05:00
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)
:::
2021-12-10 06:14:24 -05:00
```