Fork me on GitHub
#boot
<
2018-11-06
>
miikka09:11:05

I'm trying to use boot-tools-deps, but whatever I do, something requires user.clj before the deps get added. Because my user.clj requires some namespaces from the dependencies, this does not work. 😐

miikka09:11:40

Hmm, okay, if I remove the resource paths from build.boot and have :paths in deps.edn, then it works.