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

0 votes
in tools.deps by

Initially I asked for an API in tools.deps which would return the -Srepro version of the environment. On further reflection, I think an API which returns the :config-files in -Sdescribe as a map would be more beneficial.

It would allow me to also ignore the deps.edn file in the local directory, which means I can opt into behaviour of my own selection.

In my case, I want to take an arbitrary deps.edn file as an option, and I want to combine that with the system one only, for the global environment (default paths, mvn repos and clojure).

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/TDEPS-57 (reported by severeoverfl0w)
...