Update shadow-cljs

This commit is contained in:
heyarne 2022-03-06 16:15:31 +01:00
commit 40d43c670c
4 changed files with 10 additions and 11 deletions

View file

@ -6,7 +6,6 @@ in pkgs.mkShell rec {
name = "quil-env";
buildInputs = with pkgs; [
clojure
nodejs-slim-16_x
nodePackages.npm
nodejs-16_x
];
}