The Nix package manager

Nix is a purely functional package manager. This means that it treats packages like values in purely functional programming languages such as Haskell���they are built by functions that don't have side-effects, and they never change after they have been built. Nix stores packages in the Nix store, usually the directory /nix/store, where each package has its own unique sub-directory.


Packagenix
Version2.25.5 (history)
Channelguix
Definitiongnu/packages/package-management.scm
Build statusview 🚧
Home pagehttps://nixos.org/
SourceSource code archival status at Software Heritage.
Installation command
guix install nix