Skip to content

Commit

Permalink
flake.nix: npm -> pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow authored Mar 15, 2024
1 parent 4c0cb34 commit 45e055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
export PS1="[dev] $PS1"
export PATH=$PWD/node_modules/.bin:$PATH
[[ ! -d node_modules ]] && npm install
[[ ! -d node_modules ]] && pnpm install
[[ -f .env ]] && source .env
'';
Expand Down

0 comments on commit 45e055c

Please sign in to comment.