I'm using Fenix's monthly source in both a flake and a shell.nix file with direnv. Using fenix.default.toolchain in the buildInputs works when compiling using Cargo, but when trying to sync in RustRover, the IDE complains about no stdlib being available.

I've tried specifying all sorts of directories inside the derivation as well as just letting RR try to find the lib. The fenix.latest.toolchain stdlib works perfectly fine in RR. I think this has been happening for a month or two, but I'm not sure.