Skip to content

nxvNix Version Search

Find any version of any Nix package instantly

nxv demo

Quick Example

bash
# Search for a package
nxv search python

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

# Get package history
nxv history python311

# Use in a flake
nix shell nixpkgs/abc123#python311

Released under the MIT License.