Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Oct 4, 2023
1 parent dbb7b63 commit dedac6e
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 564 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
perSystem = {pkgs, ...}: {
devShells.default = pkgs.mkShell {
shellHook = "npm install";
packages = with pkgs; [nodejs-18_x];
packages = with pkgs; [nodejs_20];
};
};
};
Expand Down
Loading

0 comments on commit dedac6e

Please sign in to comment.