This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-03
Channels
- # beginners (37)
- # boot (5)
- # cider (3)
- # clara (19)
- # cljs-dev (188)
- # cljsrn (1)
- # clojure (104)
- # clojure-russia (5)
- # clojure-spec (1)
- # clojure-uk (3)
- # clojurescript (41)
- # core-async (1)
- # data-science (4)
- # datascript (3)
- # figwheel (7)
- # fulcro (14)
- # garden (4)
- # graphql (3)
- # jobs-discuss (2)
- # leiningen (9)
- # london-clojurians (1)
- # off-topic (5)
- # onyx (2)
- # portkey (6)
- # re-frame (9)
- # reagent (5)
- # shadow-cljs (2)
- # specter (1)
- # uncomplicate (2)
niclasnilsson12:03:47
boot :dependencies on git(hub) repos? Can’t find any examples of this. Can it be done?
niclasnilsson14:03:14
Looked some more on 1.9 CLI and deps.edn, and then found @seancorfield’s https://github.com/seancorfield/boot-tools-deps, and got it to work. Nice! Still curious though if it’s possible to depend on git repos in the current boot :dependencies?
alexmiller16:03:17
You can use git repos. Private repos will work with ssh git urls but there are some caveats and known failure modes