Blazingly fast
A Bloom filter returns instant "not found" responses; SQLite FTS5 powers full-text search across millions of versions.
// nix version index
Find any version of any Nix package, instantly.
# 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