diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-10-03 12:18:31 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-10-03 12:18:31 +0100 |
commit | 8173d5f6945f28da28404dcc1b989c7f2f933555 (patch) | |
tree | b550ff0f31cee051bf88fd8d3056eec8e17bf9b3 /nix-conf/home/includes/clojure.nix | |
parent | dc8b63e1eae0e8bb66fcfd28e9d7c31d09383126 (diff) | |
download | dotfiles-8173d5f6945f28da28404dcc1b989c7f2f933555.tar.gz |
Use zscaler cert for clojure
Diffstat (limited to 'nix-conf/home/includes/clojure.nix')
-rw-r--r-- | nix-conf/home/includes/clojure.nix | 5 |
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 ]; } |