dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
680 stars 64 forks source link

use `csources_v1` repo #266

Closed narimiran closed 3 years ago

dom96 commented 3 years ago

For reference: https://forum.nim-lang.org/t/8466. Also please link next time, I almost missed the forum post.

timotheecour commented 3 years ago

here's where we previously discussed this: https://github.com/dom96/choosenim/issues/256#issuecomment-880130487

I've outlined in that thread a simple solution that should work with any prior nim version, which I've used successfully in nimdigger (https://github.com/nim-lang/Nim/pull/18119) which allows building any nim version from devel all the way down to v0.12.0

dom96 commented 3 years ago

Fixed via https://github.com/dom96/choosenim/pull/267