diff --git a/shell/system76-docs/shell.nix b/shell/system76-docs/shell.nix index 7060e9e..bb0ad96 100644 --- a/shell/system76-docs/shell.nix +++ b/shell/system76-docs/shell.nix @@ -1,7 +1,7 @@ { pkgs ? import <nixpkgs> {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ - nodejs-16_x + nodejs-18_x nodePackages.npm ]; }