Browse Source

chore: add nodejs to flake build inputs

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

+ 1 - 0
flake.nix

@@ -17,6 +17,7 @@
             clj-kondo
             clojure
             jdk
+            nodejs
           ];
         };
       });