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

Localdeps will conflict with choosenim #233

Open dom96 opened 4 years ago

dom96 commented 4 years ago

The procedure used to get the Nimble directory that choosenim uses will check for a localdeps directory and pick that instead of the global one. We need to make it possible to ignore this in Nimble (https://github.com/nim-lang/nimble/blob/26167cd/src/nimblepkg/options.nim#L291).