From 39e1d7bfec5995e70ffc80cd8426e5dc1fa9a16e Mon Sep 17 00:00:00 2001 From: prazdevs <1631886+prazdevs@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:45:16 +0100 Subject: [PATCH] fix(nix): move to pnpm --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =