From e19ee2405e89c0a3880937b47296778593fa66ad Mon Sep 17 00:00:00 2001 From: Hari <73809867+harivansh-afk@users.noreply.github.com> Date: Thu, 2 Apr 2026 19:07:56 -0400 Subject: [PATCH] add pnpm to core package set (#45) PNPM_HOME and PATH were configured in xdg.nix but the pnpm package itself was never installed. --- lib/package-sets.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/package-sets.nix b/lib/package-sets.nix index eeb9d23..c53571f 100644 --- a/lib/package-sets.nix +++ b/lib/package-sets.nix @@ -20,6 +20,7 @@ in jq just nodejs_22 + pnpm python3 ripgrep rsync