I have a package A that depends on a package B. Both packages are in my private repositories. I'd like to use the nimble develop B when developing A. The package A nimble file has requires "url-to-package-B" in it. Running nimble develop B as the package B is not found is the official package list. Running nimble develop url-to-package-B clones the package, but does not update nimble.paths properly (it still points to package B in .nimble directory).
Any way to go around this problem without manually tweaking the nimble.paths file? Or perhaps there is a better workflow for this?