Trying to get local nimble dependencies working, but getting cannot open file for a dependency linked to ./nimbledeps/pkgs/name-0.0.0/. This dependency does not exist in ~/.nimble/pkgs as it's a git clone.
I ran nimble install -l to create the ./nimbledeps folder before linking my local dependency.
And I added nimblePath = "./nimbledeps/pkgs" to the ./nim.cfg file.
Did I miss anything?
I've tried that, but got:
Error: Cannot develop packages that are binaries only.