tools-build

2023-04-20T14:12:53.920219Z

hi! how can I remove deps when creating a basis? I have a bunch of deps on my main deps.edn :deps, so my project can be used with git coordinates, but I'm creating a build task that should build a lighter artifact also with a subset of those dependencies. Is there a way of accomplishing this?

Alex Miller (Clojure team) 2023-04-20T14:24:04.343519Z

you make the basis so give it a different set of libs when you call create-basis

👍 1