Skip to content

Commit

Permalink
upgrade nodejs to 18.x
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs authored and siddarthkay committed Mar 20, 2023
1 parent bc28692 commit 8cc8fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ in {
# });
gradle = super.gradle_7;
# gradle = gradle_7_3;
nodejs = super.nodejs-16_x;
yarn = super.yarn.override { nodejs = super.nodejs-16_x; };
nodejs = super.nodejs-18_x;
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
openjdk = super.openjdk11_headless;
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
version = "13.3";
Expand Down

0 comments on commit 8cc8fe4

Please sign in to comment.