Skip to content

Commit

Permalink
llvmPackages: 11 -> 16 on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
reckenrode committed Sep 21, 2023
1 parent a8be39d commit bcbdb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16641,7 +16641,7 @@ with pkgs;
# This returns the minimum supported version for the platform. The
# assumption is that or any later version is good.
choose = platform:
/**/ if platform.isDarwin then 11
/**/ if platform.isDarwin then 16
else if platform.isFreeBSD then 12
else if platform.isAndroid then 12
else if platform.isLinux then 11
Expand Down

0 comments on commit bcbdb80

Please sign in to comment.