Update nodejs to v18

This commit is contained in:
arne 2023-08-06 18:30:46 +02:00
commit 2bdeb5752c

View file

@ -9,11 +9,11 @@
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
lib = pkgs.lib;
buildInputs = with pkgs; [
nodejs-slim-16_x
nodePackages.pnpm
sassc
entr
buildInputs = [
pkgs.nodejs-slim-18_x
pkgs.nodePackages.pnpm
pkgs.sassc
pkgs.entr
];
in {
devShell.${system} = pkgs.mkShell {