I intend on writing a blog post that survey’s working with Rust in nix contexts today. I have been doing a few things related to nix and Rust and so to share my experience.
I also noticed a few things in the various ecosystem projects that I wanted to post about. (naersk, fenix, why not to use the mozilla Rust overlay :))
But I’m mostly curious about what you’ve struggled with when starting to use nix for Rust project’s of any kind?
Perhaps documentation improvements could be useful side-effects. But I’m mostly wondering about others experience in this space.
Personally, when I first started using Rust with Nix, it wasn’t too bad thanks to buildRustCrate, naersk and the mozilla overlay. Soon however i had issues with the mozilla overlay and switched to using oxalica’s overlay, which is awesome.