From b43395d8ed1b6ebd2fcc68f46ffbb5cc903493f9 Mon Sep 17 00:00:00 2001 From: jk <47693+sectore@users.noreply.github.com> Date: Wed, 14 May 2025 14:36:04 +0200 Subject: [PATCH] fix(flake) stick to pnpm@9.x to be in sync with pnpm definition in `package.json`. In other case `pnpm@10` is used and `pnpm i` or other commands won't work properly --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ef7a527d6..8c8731c9e 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ # JS development nodejs_22 - nodePackages.pnpm + pnpm_9 ]; shellHook = ''