Adding Rust Nightly with pixi #2854
Unanswered
joshualeond
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I'm using
pixi
to create a test environment for a python package that requires Rust nightly:I know I can install rust with
pixi add rust
and then activate the shell (pixi s
) and perform the step above but then the nightly version of rust isn't captured in thepixi
toml. Is there a cleaner way to do this?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions