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
fix: respect fetchurl passed via top-level Cargo.nix
This seems to be an overlook.
`fetchurl` for registries is using the one from function argument,
and falls back to `pkgs.fetchurl`.
This PR makes fetches for `.crate` tarballs aligned.
0 commit comments