Skip to content

// nix version index

nxvAny version. Any package. Instantly.

Find any version of any Nix package, instantly.

Nix snowflake
// quick example

Stop spelunking through commits

bash
# which nixpkgs commit shipped python 2.7?
nxv search python 2.7

# find a specific version
nxv search python --version 3.11

# get the full version timeline
nxv history python311

# pin it in one line
nix shell nixpkgs/e4a45f9#python27

Released under the MIT License.