You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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_21go_1_22
isn't: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=go_1_22both defined here:
https://github.com/NixOS/nixpkgs/blob/51202de2311a4871c6606303b13f63fdd92c9e29/pkgs/top-level/all-packages.nix#L25174-L25193
The text was updated successfully, but these errors were encountered: