Skip to content

use leiningen.core.project/default-repositories if no project.clj is present #15

@squiddle

Description

@squiddle

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions