| 1 Aug 2022 |
| better_sleeping joined the room. | 09:13:59 |
| better_sleeping left the room. | 09:14:12 |
Wanja Hentze | In reply to @fzakaria:one.ems.host If we could hack Maven to legitimately output all dependencies downloaded in a fresh m2 store then its doable I think we did this, in a very brutish way, for clojure-nix-locker: https://github.com/bevuta/clojure-nix-locker/blob/master/default.nix#L61 | 12:16:19 |
Wanja Hentze | we set that thing to make maven use the freshly created directory for its cache, then run a user-provided build command (that hopefully pulls everything needed into the cache), then walk the cache to generate a lockfile | 12:17:06 |