Hi there
thank you for the writeup. I have at least one question. There is also fenix, do you have any pros/cons or rather, “I found this to be more ergonomic or useful when doing this and were I to do this I would go with insert-fenix-or-oxalica-here”?
Not the author but I’ve been using Rust with Nix for a little while. I started with fenix and recently switched to rust-overlay for one specific reason: the rust-bin.fromRustupToolchainFile function from rust-overlay allows you to directly use your rust-toolchain.toml file without specifying a hash, while fenix’s fromToolchainFile function requires a hash that must be updated when rust-toolchain.toml changes. This is inconvenient when working alone, and a much bigger pain point when working with people who don’t use Nix.