From c3a8cd3ca7989cc03dce5b5fef80001bde0e6e99 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Thu, 2 Apr 2026 23:05:30 +0000 Subject: [PATCH] add pnpm to core package set 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