Skip to content

Commit

Permalink
chore: flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Oct 18, 2024
1 parent ef77a56 commit f0c5ab2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
27 changes: 12 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
overlays = [
(self: super: {
nodejs = super.nodejs_20;
pnpm = super.nodePackages.pnpm;
pnpm = super.pnpm;
})
(import rust-overlay)
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"engines": {
"node": "20",
"pnpm": "8"
"pnpm": "9"
},
"resolutions": {
"@types/ws": "^8.5.12",
Expand Down

0 comments on commit f0c5ab2

Please sign in to comment.