Welcome! Please see the About page for a little more info on how this works.

+2 votes
in Tools by
retagged by

Currently, git libs are cloned to ~/.gitlibs by default, and this can be changed with the environment variable GITLIBS. (See docs)

It would be helpful if I could set that location via an entry in the repo's deps.edn file, akin to :mvn/local-repo:

{:mvn/local-repo "local-m2" :gitlibs "gitlibs" :deps {...}}}

If this could be done, I would also appreciate it being available within an alias. This probably would require implementing the same for :mvn/local-rep first (see relevant Ask).

1 Answer

+1 vote
by
...