Search nix packages versions - and minimalist devshell and version manager built on nix - Flake generator for version pinned packages.
at main 54 lines 1.6 kB view raw
1NAME 2 3 nix-versions - List Nix packages versions. 4 5SYNOPSIS 6 7 nix-versions [&lt;options&gt;] &lt;package-spec&gt;... 8 9DESCRIPTION 10 11 List available package versions. 12 13 See <a href="https://nix-versions.oeiuwq.com">https://nix-versions.oeiuwq.com</a> for a complete guide. 14 15OPTIONS 16 17 --help -h Print this help and exit. 18 19 --read -r FILE Package specs are read from FILE. 20 21 SEARCH BACKEND 22 23 --nixhub Will default to <a href="https://nixhub.io">https://nixhub.io</a> for version search. 24 25 --history Will default to <a href="https://history.nix-packages.com">https://history.nix-packages.com</a> for version search. 26 27 --lazamar Will default to <a href="https://lazamar.co.uk/nix-versions/.">https://lazamar.co.uk/nix-versions/.</a> 28 29 --channel CHAN Use CHAN as when searching with Lazamar. 30 Default is `nixpkgs-unstable`. 31 32 OUTPUT FORMAT 33 34 --json -j Output a JSON array of resolved packages. 35 36 --text -t Output as a text table. [default] 37 38 --installable -i Print as a list of Nix installables. 39 40 --flake -f Generate a flake. See also: `ntv init` 41 42 TEXT OUTPUT OPTIONS 43 44 --color -C Use colors on text table to highlight selected versions. 45 46 --all -a Show all versions even those not matching a constraint 47 48 --one -1 Show only the latest version matching a constraint. 49 50 51NTV 52 53 `nix-versions` is part of the [ntv](<a href="https://github.com/vic/ntv)">https://github.com/vic/ntv)</a> suite, 54 Made with Love(tm) by [vic](<a href="https://x.com/oeiuwq).">https://x.com/oeiuwq).</a>