Make RustRover work with Rust from Nixpkgs
jetbrains
nix
rust
1# Force RustRover to semi-work with Rust installations from Nixpkgs
2
3Works by creating a toolchain in your `.idea` folder.
4Tested with a toolchain from Nixpkgs, see `examples/nixpkgs.nix`. Probably
5also works with fenix, see `examples/fenix.nix`.
6
7TODO:
8
9- An example of using in Flakes (without relying on `toString ./.` being the impure project root)