Loading AI tools
Purely functional package manager From Wikipedia, the free encyclopedia
Nix is a cross-platform package manager for Unix-like systems, and a tool to instantiate and manage those systems, invented in 2003[4] by Eelco Dolstra.
Original author(s) | Eelco Dolstra |
---|---|
Initial release | June 15, 2003 |
Stable release | |
Repository | |
Written in | C++,[2] Perl,[2] shell script,[2] Nix,[2] make,[2] Autoconf,[2] Rust,[2] C,[2] XML[2] |
Platform | Linux, other Unix-like |
Type | purely functional package manager, free and open-source software, programming language |
License | GNU Lesser General Public License, version 2.1[3] |
Website | nixos |
The Nix package manager employs a model in which software packages are each installed into unique directories with immutable contents. These directory names correspond to cryptographic hashes that take into account all dependencies of a package, including other packages managed by Nix. As a result, Nix package names are content-identifying since packages with the same name will have had the same inputs and the same build platform, and therefore the same build result.[5]
Package recipes for Nix are written in the purpose-built "Nix language", a declarative, purely functional, lazily evaluated, dynamically typed programming language.[6] Distinguishing features of the Nix language are strings with "context", string interpolation, first-class file system paths, and "indented strings", which in combination allow concisely expressing dependencies between file system data when specifying the contents of new files.
Dependencies between files, as declared in the Nix language, are automatically tracked and persisted in the "Nix store".[7] New files in the Nix store are created through "derivations". A derivation is a persistent data structure that specifies an executable, arguments and environment variables for its invocation (see execve
), and other files to be read from the Nix store. The executable is then run in a sandbox that prohibits access to anything but the explicitly specified input files and only allows writing to the designated output path. Nix preserves dependency information in output files by scanning for the distinctive hashes used for package directory names.[5]
Automatic reference tracking ensures integrity of packages, even when they are transferred across machines. It also enables garbage collection of unused packages when no other package depends on them. At the cost of greater storage requirements, all upgrades in Nix are guaranteed to be both atomic and capable of efficient rollback. Unique directory names allow installing many packages with differing versions of shared libraries, and is claimed to eliminate so-called dependency hell.[8] This also lets multiple users safely install software on the same system without administrator privileges. As a result, the Nix package management and deployment model advertises more reliable, reproducible, and portable packages.[5][9]
Nix has full support for Linux, macOS, and WSL, and can safely be installed side-by-side with another package manager.
Nixpkgs is the package repository built upon the Nix package manager. According to Repology, as of July 2024 it contains more than 110,000 packages[10] and has a higher number of up-to-date packages than any other package repository.[11] Architectures supported by Nixpkgs are x86_64-linux, aarch64-linux, x86_64-darwin and aarch64-darwin. Packages for these architectures are built regularly, using a continuous integration service called Hydra,[12] and the results of these builds are uploaded to a public binary cache.[13] When Nix installs a package, it checks this cache and downloads the binary package to avoid building it locally.
Nixpkgs is developed in a single Git repository on GitHub.[14] Beside packages, it also contains the source code for NixOS.
NixOS[15] is a Linux distribution that uses Nix for managing the entire system configuration, including the Linux kernel.[16]
Nix is used for software packaging and distribution in CERN's LHCb experiment.[17] Nix underlies the distributed software development platforms Replit[18] and Google IDX.[19]
In 2021, a reimplementation by the name Tvix was announced,[20] with the goals of modularity, full compatibility with Nixpkgs, and improved evaluator performance. As of 2024, Tvix has an evaluator[21] and a store implementation,[22] though the authors do not consider the project yet stable or ready for use in production.[23][non-primary source needed] Tvix is written primarily in Rust.[24]
In 2024, a team of volunteers released the first version of Lix,[25][non-primary source needed] a fork of Nix focused on correctness and compatibility that uses the Meson build automation system. The project intends to gradually rewrite parts of the code in Rust.[25]
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.