guix

Drew Verlee 2025-08-02T00:26:24.870979Z

Anyone use guix to package up their clojure application? do you use the https://guix.gnu.org/manual/en/html_node/Build-Systems.html?

doojin 2026-03-03T13:15:31.480039Z

I don't think it makes sense to use clojure-build-system to make guix packages for clojure libraries or clojure applications. You should use clj from clojure-tools to create uberjars and make guix packages out of uberjars.

doojin 2026-03-03T13:15:53.717479Z

Otherwise, you will be too slow to do anything useful in your human lifetime.