wedesoft / sfsim

Space flight simulator (under development)
https://github.com/wedesoft/sfsim
Eclipse Public License 2.0
15 stars 0 forks source link

include current project into build #21

Closed wedesoft closed 1 year ago

wedesoft commented 1 year ago

See nextjournal/clerk for example including current project.

:build {:deps {io.github.nextjournal/clerk {:local/root "."}
                          io.github.clojure/tools.build {:git/tag "v0.6.1" :git/sha "515b334"}
                          io.github.slipset/deps-deploy {:git/sha "b4359c5d67ca002d9ed0c4b41b710d7e5a82e3bf"}
                          io.github.nextjournal/cas {:git/url "git@github.com:nextjournal/cas"
                                                     :git/sha "5e8079b720e347b9466db9c2282ce79a125a011c"}}
                   :extra-paths ["bb" "src" "resources"] ;; for loading lookup-url in build
                   :ns-default build}}}