add pnpm to core package set (#45)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

PNPM_HOME and PATH were configured in xdg.nix but the pnpm
package itself was never installed.
This commit is contained in:
Hari 2026-04-02 19:07:56 -04:00 committed by GitHub
parent 1b519f1e0d
commit e19ee2405e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ in
jq jq
just just
nodejs_22 nodejs_22
pnpm
python3 python3
ripgrep ripgrep
rsync rsync