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:
parent
4026c0fc2a
commit
6d6c3975f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue