artyuicraft
TRIALOP
2 years ago
i need to have a nightly build of rust but it doesnt allow me to do that with cargo and rustup does not exist.
7 Replies
2 years ago
Did u try creating a rust-toolchain.toml
and adding to it?toml [toolchain] channel = "nightly"
2 years ago
nightly versions are set in this file instead of cargo
2 years ago
Then i'm afraid you can't do that with Nixpacks
2 years ago
which is weird 'cause the rust-toolchain.toml file is mentioned in the docs