-
-
Notifications
You must be signed in to change notification settings - Fork 846
Shaders: graster-nodes
no-std fixups
#2984
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
Conversation
75bfbd5
to
9b29063
Compare
From what I can tell, your change to the nix flake makes the rust install non declarative and non reproduceable. Which tool does cargo-gpu require? |
Before this merges, could a real/descriptive name for the PR be added please? |
@timon-schelling cargo-gpu assumes you installed rust via rustup and does the following:
The rust overlay we're currently using is not based upon rustup, and instead links Just using rustup is the easiest way to resolve it. But if you have an idea on how to install two parallel toolchains and switch between them, feel free to take this one over. |
9b29063
to
f9437ab
Compare
I will take a look how we can do the same thing declaratively. :) In the meantime please do not include your flake changes in this PR. |
f9437ab
to
8a64d14
Compare
Rebased it and excluded the nix commit, that one will be merged whenever #2985 is ready. @Keavon @TrueDoctor which makes this PR ready for review and merge |
No description provided.