NixOS / nixos-search

Search NixOS packages and options
https://search.nixos.org
MIT License
384 stars 98 forks source link

`go_1_22` not found #781

Open katexochen opened 1 month ago

katexochen commented 1 month ago

go_1_21 can be found via search: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=go_1_21 go_1_22 isn't: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=go_1_22

both defined here: https://github.com/NixOS/nixpkgs/blob/51202de2311a4871c6606303b13f63fdd92c9e29/pkgs/top-level/all-packages.nix#L25174-L25193

dasJ commented 1 month ago

The issue is that there is go = go_1_22 a few lines above. Searching for go finds a package called go in version 1.22. I do agree however that it would be intuitive to find it by the package alias as well.