Re: Nimble broken for pre-built binary installs

2019-12-29 Thread dom96
That's a poor error from Nimble, can you report this as an issue? IMO we need a better error message here.

Re: Nimble broken for pre-built binary installs

2019-12-29 Thread wesleyyue
Dumb mistake. I fixed the issue by copying the entire uncompressed directory to somewhere and adding nim-1.0.4/bin and ~/.nimble/bin to my PATH as described in the install page and that fixed the issue.

Nimble broken for pre-built binary installs

2019-12-28 Thread wesleyyue
I'm trying to write a bazel macro for compiling nim modules. In order to make the builds more reproducible, I would like to avoid using choosenim because it has an external dependency on the ~/.choosenim/current flag file. I'm trying to install an exact version of nim in docker, but it appears