Fork me on GitHub
#guix
<
2022-08-16
>
Brian Marco18:08:58

what's the difference between clojure-tools and clojure-tools-cli

Brian Marco18:08:31

alternatively what are the necessary packages for a clojure manifest in guix

Brian Marco18:08:52

for deps.edn based development

Brian Marco18:08:41

looks like clojure-tools is actually working. there are just some workflows that I was using that no longer function when running from emacs or newer templates. I should be able to sort it now

Brian Marco18:08:01

in particular (in-ns 'whatever) doesn't work without requiring the ns first (unless you have things to set up to work with a dev/user.clj file (which emacs will require more setup to use properly) and the newer templates out of the deps.edn world don't use that pattern anymore