I have a Cursive user wanting to use the CLOJURE_CLI_ALLOW_HTTP_REPO
env var. Since Cursive invokes tools.deps in-process, there's no way for me to set an env var in the current process. deps.clj has a nice abstraction for this - would it be possible to use this or something similar for tools.deps too? I assume this problem will affect any process using tools.deps as a library.