diff --git a/node-pnpm/flake.nix b/node-pnpm/flake.nix index a4f59d4..29ccac7 100644 --- a/node-pnpm/flake.nix +++ b/node-pnpm/flake.nix @@ -22,7 +22,7 @@ devShells = forAllSystems ({ pkgs }: { default = pkgs.mkShell { packages = with pkgs; [ - nodejs_20 + nodejs_24 nodePackages.pnpm ];