+5
-5
README.md
+5
-5
README.md
···
1
-
# Force RustRover to semi-work with Rust installs from Nixpkgs
1
+
# Force RustRover to semi-work with Rust installations from Nixpkgs
2
2
3
-
- Tested with a toolchain from Nixpkgs, see examples/nixpkgs.nix and Fenix, see examples/fenix.nix
4
-
- Works by creating a toolchain in your `.idea` folder
3
+
Works by creating a toolchain in your `.idea` folder.
4
+
Tested with a toolchain from Nixpkgs, see `examples/nixpkgs.nix`. Probably
5
+
also works with fenix, see `examples/fenix.nix`.
5
6
6
7
TODO:
7
8
8
-
- [ ] A proper API for adding native libraries for linking
9
-
- [ ] An example of using in Flakes (without relying on `toString ./.` being the impure project root)
9
+
- An example of using in Flakes (without relying on `toString ./.` being the impure project root)