Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 614 Bytes

packages.mdx

File metadata and controls

14 lines (12 loc) · 614 Bytes
title wip snippet related
Packages
true
Software bundles built (and potentially distributed) using the [Nix package manager](/concepts/nix)
derivations
nix-store

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.