Fork me on GitHub
#leiningen
<
2017-02-08
>
mrchance12:02:43

Anyone? ⬆️ Maybe I am missing something really obvious, but...

miikka14:02:23

@mrchance I guess you could have two local repos, do lein install with one and then deploy from there to the other one?

miikka14:02:57

Why do you want to avoid installing all the deps?

mrchance17:02:00

@miikka Thanks, I figured it out in the meantime, you can just do

:deploy-repositories {:url "file:<PATH>"}

mrchance17:02:20

The reasons are a little bit involved 😅