Fork me on GitHub
#tools-deps
<
2022-11-20
>
greg16:11:51

Hi everyone, two short questions about deps' git/url: 1. is it possible to pull lein project? 2. is it possible to pull a project from a repo's subdirectory (e.g. one git repo holds multiple libraries, each within a separate subdirectory, with its own deps.edn)

Alex Miller (Clojure team)17:11:00

1. currently, only if it has no deps (by setting :deps/manifest :deps) 2. yes, by setting :deps/root to the subdir