-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to detect crate std on NixOS #53
Comments
For But |
That's a fix but not an solution.
Yes I can compile using lain rustc just fine. |
Is there a wrapper or something that sets the sysroot or library search path? I'm not sure what's missing here... |
Seems to be my dev environment, with an shell( Could you point out the env variables I would have to check to get my
unsetting RUST_SRC_PATH doesn't change anything though. |
Did you truncate that As for environment, |
I just remembered there's a concise command to find this, |
If you use toolchains shipped by rust-overlay, this should be fixed with oxalica/rust-overlay#134. |
Hi,
I've just ran into an issue with autocfg when trying to use
zbus
which depends onautocfg
in my project. I'm developing on NixOS which has an bit of an unusual directory structure, which may lead autocfg astray. Which is whyindexmap
is led to belive it's being built in anostd
environment.Is there any way to make autocfg belive that an certain crate is available or some other workaround?
The text was updated successfully, but these errors were encountered: