chore: bump pnpm to v11 in nix flake (#38856)

This commit is contained in:
techknowlogick
2026-08-11 03:38:42 -04:00
committed by GitHub
parent b3f547ac16
commit 88b2b84cf0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
go = pkgs.go_1_26;
nodejs = pkgs.nodejs_26;
python3 = pkgs.python314;
pnpm = pkgs.pnpm_10;
pnpm = pkgs.pnpm_11;
# Platform-specific dependencies
linuxOnlyInputs = lib.optionals pkgs.stdenv.isLinux [