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
shell.nix: use different cargoHash for Nixpkgs >= 25.05pre
It seems like something has changed in the way that Nix or Cargo
calculates the hash over the locked Cargo dependencies, which causes
builds to break on Nixpkgs >= 25.05.
For the time being, let's do a version check and support both Nixpkgs
>= 25.05pre and < 25.05pre with different `cargoHash`es.
0 commit comments