diff --git a/flake.nix b/flake.nix index 974d435..5e85a36 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; in { devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ nodejs ]; + nativeBuildInputs = with pkgs; [ nodejs_latest ]; }; } );