Skip to content

Commit

Permalink
Pin pnpm to 8 since we don't support v9 lockfiles yet
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrewster committed Aug 28, 2024
1 parent b0da88d commit c1d9d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/devshell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
nodejs,
nodePackages,
nix-editor,
pnpm_8,
poetry,
python310Full,
python310Packages,
Expand All @@ -18,7 +19,7 @@ mkShell {
golangci-lint
nix-editor
nodejs
nodePackages.pnpm
pnpm_8
nodePackages.yarn
python310Packages.pip
poetry
Expand Down

0 comments on commit c1d9d43

Please sign in to comment.