Skip to content

Commit

Permalink
chore: include Xcode 15.2 in allowed versions list
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed May 15, 2024
1 parent c87e981 commit 9c6dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in {
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
openjdk = super.openjdk11_headless;
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
versions = ["15.1"];
versions = ["15.1" "15.2"];
};
go = super.go_1_20;
clang = super.clang_15;
Expand Down

0 comments on commit 9c6dd90

Please sign in to comment.