> I often test my own packages in a separate files that are not part of any > project - for various examples, while trying to cleanly debug things and so > on. If I understand correctly, new develop mode is fundamentally unable to > support this workflow without creating a new project and running everything > via nimble. Or I have to symlink my packages to ~/.nimble.
It sounds like creating a `workspace.develop` or `nimble.develop` in a parent directory would support that workflow?