Open dom96 opened 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).
localdeps
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).