Check out , the best place to discover and publish Nix flakes, brought to you by .

We use a single, first-party analytics cookie to focus our limited time and energy on the most important documentation. Check out ourprivacy policy.

Packages

Software bundles built (and potentially distributed) using the Nix package manager

Concepts/Packages

We recommend starting with theNix quick start and consulting concept docs primarily for clarification. Feel free to clickx to the right to disable this notification on all concept docs.

Nix packages are self-contained bundles that are built using derivations and provide some kind of software or dependencies of software on your computer. A package can have dependencies on other packages, which are encoded in its closure. Each package lives at a unique path in the Nix store indexed by its name and its input hash.


Was this page helpful?