nimble icon indicating copy to clipboard operation
nimble copied to clipboard

add `nim-toolchain.toml` toolchain override file support.

Open evan0greenup opened this issue 1 year ago • 1 comments

There is rust-toolchain.toml in rust ecosystem. When use arbitrary version of cargo to build a Rust project with rust-toolchain.toml It will automatically communicate with rustup and select the specific toolchain defined in rust-toolchain.toml to build the project. This is approach is very convenient and user-friendly for development.

For maximum compatibility. It would be awesome to introduce such kind of mechanism in Nim ecosystem. It would ensure that a Nim project is always successful to build.

evan0greenup avatar Feb 24 '24 05:02 evan0greenup

This seems like a job for choosenim, than nimble. Nimble cannot manage your toolchain.

xTrayambak avatar Feb 24 '24 16:02 xTrayambak