Skip to content

Commit

Permalink
chore(flake): update node to 16 (latest LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Apr 9, 2022
1 parent 883cc4d commit 0417edc
Show file tree
Hide file tree
Showing 2 changed files with 34,464 additions and 5,079 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [
pkgs.nodejs-14_x
pkgs.nodejs-16_x
];
};
});
Expand Down
Loading

0 comments on commit 0417edc

Please sign in to comment.