using alembic in just a lein repl without a project.clj is a little bit cumbersome, as i have to add repositories or alembic fails due to not finding project.clj
(alembic.still/distill
'[awesome-lib "9000"]
:repositories [
["central" {:url "https://repo1.maven.org/maven2/" :snapshots false}]
["clojars" {:url "https://clojars.org/repo/"]])
could alembic not fall back to use leiningen.core.project/default-repositories
or is it possible to define some defaults in a user profile?
using alembic in just a lein repl without a project.clj is a little bit cumbersome, as i have to add repositories or alembic fails due to not finding project.clj
could alembic not fall back to use leiningen.core.project/default-repositories
or is it possible to define some defaults in a user profile?