Browse Source

chore: add build inputs to Nix flake

Miguel Ángel Moreno 3 months ago
parent
commit
82a644d74f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      flake.nix

+ 2 - 0
flake.nix

@@ -15,6 +15,8 @@
           buildInputs = with pkgs; [
             zprint
             clj-kondo
+            clojure
+            jdk
           ];
         };
       });