Search nix packages versions - and minimalist devshell and version manager built on nix - Flake generator for version pinned packages.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Actualizar README.md

authored by oeiuwq.com and committed by

GitHub 9312e582 121345d1

+2 -2
+2 -2
README.md
··· 2 2 3 3 This tool can help you [find the nixpkgs revision](#examples) where a specific version of a package was available. 4 4 5 - It can use https://search.nixos.org (via the [nix-search-cli](https://github.com/peterldowns/nix-search-cli) elastic-search client) to search programs by program name. And https://nixhub.io API or https://lazamar.co.uk/nix-versions/ as backend for finding available versions. It also features filtering by [version constraints](https://github.com/Masterminds/semver?tab=readme-ov-file#hyphen-range-comparisons) letting you restrict to an specific release series when needed. 5 + It can use https://search.nixos.org (via the [nix-search-cli](https://github.com/peterldowns/nix-search-cli) elastic-search client) to search packages by program name. And https://nixhub.io API or https://lazamar.co.uk/nix-versions/ as backend for finding available versions. It also features filtering by [version constraints](https://github.com/Masterminds/semver?tab=readme-ov-file#hyphen-range-comparisons) letting you restrict to an specific release series when needed. 6 6 7 7 When used in conjuction with `nix shell`, `nix-versions` 8 8 can also double as a plain-text [development shell](#creating-a-shell-where-latest-ruby-and-cargo-are-available) ··· 11 11 12 12 Read [usage](#usage) for a description of `nix-versions` command line options. 13 13 14 - `nix-versions` is part of the nascent [niv](https://github.com/vic/niv) suite, but can be used independently. 14 + `nix-versions` is part of the nascent [ntv](https://github.com/vic/ntv) suite, but can be used independently. 15 15 16 16 # Installation 17 17