Skip to content
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

add nim-toolchain.toml toolchain override file support. #1187

Open
evan0greenup opened this issue Feb 24, 2024 · 1 comment
Open

add nim-toolchain.toml toolchain override file support. #1187

evan0greenup opened this issue Feb 24, 2024 · 1 comment

Comments

@evan0greenup
Copy link

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.

@xTrayambak
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants