You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a devshell with this flake.nix file works just fine and the project compiles. However, if I change the channel to nightly-2022-11-06 and run nix develop again, the project fails to compile due to missing std. I tried a few other channels including beta and stable and none of them had the missing std issue, only nightly-2022-11-06 exhibits this problem.
I'm not sure if this is an issue with the overlay or the latest nightly, but it seemed strange that everything but that specific nightly seemed to be working fine.
The text was updated successfully, but these errors were encountered:
rust changed its sysroot resolution, fenix ran into the same problem and was just fixed: nix-community/fenix#91 in case you want to try to fix it for rust-overlay
I created a basic devshell with the example provided by the README, and I'm running into some strange issues.
flake.nix
is below:Creating a devshell with this
flake.nix
file works just fine and the project compiles. However, if I change the channel tonightly-2022-11-06
and runnix develop
again, the project fails to compile due to missingstd
. I tried a few other channels including beta and stable and none of them had the missing std issue, only nightly-2022-11-06 exhibits this problem.I'm not sure if this is an issue with the overlay or the latest nightly, but it seemed strange that everything but that specific nightly seemed to be working fine.
The text was updated successfully, but these errors were encountered: