Nixpkgs
A collection of tens of thousands of Nix packages and build utilities for the Nix language
We recommend starting with the Nix quick start and consulting concept docs primarily for clarification. Feel free to click x to the right to disable this notification on all concept docs.
Nixpkgs (pronounced “Nix packages”) is a big collection of Nix expressions, packages (who’d have thought…), and build utilities for the Nix ecosystem. It is sometimes also called a “Nix standard library” (or Nix stdlib).
Nixpkgs is a mono repo, containing over 80,000 package definitions and the utilities to maintain this set of packages. It also contains NixOS modules and anything required to build and deploy a full Nix system. Many tools in the Nix ecosystem depend on this standard library to function.