about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/clojure.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/includes/clojure.nix')
-rw-r--r--nix-conf/home/includes/clojure.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nix-conf/home/includes/clojure.nix b/nix-conf/home/includes/clojure.nix
index 85bd261..a942a90 100644
--- a/nix-conf/home/includes/clojure.nix
+++ b/nix-conf/home/includes/clojure.nix
@@ -13,11 +13,12 @@ in
     [
       babashka
       clj-kondo
-      clojure
       clojure-lsp
       jet
       maven
       neil
     ]
-    ++ optionals stdenv.isLinux [ leiningen ];
+    # TODO these are here because of the custom versions in otm.nix
+    # but there should be a better way
+    ++ optionals stdenv.isLinux [ leiningen clojure ];
 }