-
Notifications
You must be signed in to change notification settings - Fork 130
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
rust-overlay: rust-src fails on latest nightly #183
Comments
For reference, here is the failing line: https://github.com/mozilla/nixpkgs-mozilla/blob/master/rust-overlay.nix#L149 . |
This seems like an upstream issue though not sure where or why, probably it's suddenly running on windows now? There's probably no reason to work around it in the overlay, it's not like this is working anywhere else either. Unfortunately rustup presumably doesn't use that script, so the breakage isn't obvious to most nightly users... |
We can work around this issue by adding: At the beginning of installPhase, line 148, in the overlay. |
See mozilla#183. Calls dos2unix on the installer script before installing it.
This seems to have been fixed upstream: rust-lang/rust#62276 |
The following simplified nixos configuration:
yields this error, since approximately yesterday:
The text was updated successfully, but these errors were encountered: