Nix: Difference between revisions
Removed redirect to Nix package manager Tag: Removed redirect |
m Add navbox |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Navbox Nix}} | |||
While not immediately apparent, the name Nix refers to a number of different tools and concepts: | While not immediately apparent, the name Nix refers to a number of different tools and concepts: | ||
* [[Nix (package manager)]]: tooling for managing packages and build processes using the Nix language; | * [[Nix (package manager)]]: tooling for managing packages and build processes using the Nix language; | ||
Line 4: | Line 5: | ||
* [[Nix (command)]]: the new experimental CLI interface that aims to unify the various Nix commands; | * [[Nix (command)]]: the new experimental CLI interface that aims to unify the various Nix commands; | ||
* [[Nix (command line utilities)]]: a set of CLI tools that evaluate Nix expressions with the goal of producing various builds; | * [[Nix (command line utilities)]]: a set of CLI tools that evaluate Nix expressions with the goal of producing various builds; | ||
* [[Nix store]]: a place that can store file system data (such as packages), in particular, the Nix store found at <code>/nix/store</code>; | |||
* The [[Nix ecosystem]], a set of tools and programs built upon the Nix language. | * The [[Nix ecosystem]], a set of tools and programs built upon the Nix language. | ||