1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

fix pnpm path

This commit is contained in:
TheGeneralist 2026-02-14 17:11:34 +01:00
parent 4026c0fc2a
commit 6d6c3975f5
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -66,7 +66,7 @@ in
# TODO: the two from the last (below) should be somehow moved to their own files
home.sessionVariables.PNPM_HOME =
if config.inDarwin then "$HOME/Library/pnpm" else "$HOME/.local/share/pnpm";
if config.isDarwin then "$HOME/Library/pnpm" else "$HOME/.local/share/pnpm";
home.sessionPath = [
"node_modules/.bin"