Skip to content

Commit

Permalink
Merge pull request #1312 from k3yss/work/keys/reactnative-jdk
Browse files Browse the repository at this point in the history
feat: add jdk 17 as default for reactNative
  • Loading branch information
domenkozar committed Jul 3, 2024
2 parents a7fa603 + 32bb21b commit ab045ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/integrations/android.nix
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ in
(lib.mkIf cfg.reactNative.enable {
javascript.enable = true;
javascript.npm.enable = true;
java.jdk.package = pkgs.jdk17;
})
];

Expand Down

0 comments on commit ab045ba

Please sign in to comment.