diff options
Diffstat (limited to 'nix-conf/home/includes/clojure.nix')
-rw-r--r-- | nix-conf/home/includes/clojure.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix-conf/home/includes/clojure.nix b/nix-conf/home/includes/clojure.nix index d6d4347..f3534c6 100644 --- a/nix-conf/home/includes/clojure.nix +++ b/nix-conf/home/includes/clojure.nix @@ -12,7 +12,6 @@ in maven neil ] - ++ optionals stdenv.isDarwin [ (leiningen.override { jdk = jdk8; }) ] ++ optionals stdenv.isLinux [ leiningen ]; } |