When building something that depends on tools.build, I expect to be able to build once, which fetches all the required dependencies, and then build again without internet access.
In particular, I'd like to be able to fetch all those dependencies separately and then build from inside a nix build.
This works in clojure 1.10.3.855, but breaks in 1.10.3.933, and I'm not sure why.
You can find a reproducible repo at https://github.com/radvendii/clojure-tools.build-test, with instructions in the readme.