From bd228365eda1bdfb243f103ac33ea427f7fb2af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 9 Jun 2026 09:31:38 +0200 Subject: [PATCH] Add pnpm to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index a30cff0..bddd64b 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ pkgs.mkShell { python3 uv ruff + pnpm ]; shellHook = ''