A learning process, I guess? I’ve been meaning to package some rust projects I may need in the future, but I think I may switch over to crane, naersk, or crates2nix. The only rust project I need right now can be easily built with rustPlatform.buildRustPackage, so I may just remove cargo2nix altogether for the moment. Or switch to devenv.
2 Likes
cargo2nix fetches from the rate limited https://crates.io itself.
There has been a PR open since May to fix this to use https://static.crates.io instead.
2 Likes
I’ll try that out, then. Thanks for the heads up! And to everyone else in the thread!