Make RustRover work with Rust from Nixpkgs
jetbrains nix rust
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 354 B view raw view rendered
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)