Use node-slim because we do not need npm

This commit is contained in:
arne 2022-02-20 18:21:00 +01:00
commit 5d450e1e62

View file

@ -8,7 +8,7 @@
pkgs = import nixpkgs { inherit system; };
lib = pkgs.lib;
buildInputs = with pkgs; [
nodejs-16_x
nodejs-slim-16_x
nodePackages.pnpm
sassc
entr