diff --git a/shell.nix b/shell.nix index 592949ba..dbf42ba1 100644 --- a/shell.nix +++ b/shell.nix @@ -5,7 +5,7 @@ in pkgs.mkShell { buildInputs = with pkgs; ([ nodejs - yarn + nodejs.pkgs.pnpm ] ++ lib.optionals isLinux [chromium]); PUPPETEER_EXECUTABLE_PATH =