summaryrefslogtreecommitdiff
path: root/lib/systems
diff options
context:
space:
mode:
authorRandy Eckenrode <randy@largeandhighquality.com>2025-04-21 18:51:52 -0400
committerRandy Eckenrode <randy@largeandhighquality.com>2025-10-09 18:23:26 -0400
commitcf45eef8ecf8fe50b44aab0b8b4f651a85de02aa (patch)
tree6e51fba60c2adaa8c700c11248fff15cff0bcfec /lib/systems
parentcc-wrapper: always include libc++ in the search path (#445095) (diff)
downloadnixpkgs-cf45eef8ecf8fe50b44aab0b8b4f651a85de02aa.tar.gz
lib.systems.darwinSdkVersion: 11.3 -> 14.4
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/default.nix b/lib/systems/default.nix
index 7e78ceb4827a..ee3ad9c0e649 100644
--- a/lib/systems/default.nix
+++ b/lib/systems/default.nix
@@ -360,7 +360,7 @@ let
null;
# The canonical name for this attribute is darwinSdkVersion, but some
# platforms define the old name "sdkVer".
- darwinSdkVersion = final.sdkVer or "11.3";
+ darwinSdkVersion = final.sdkVer or "14.4";
darwinMinVersion = final.darwinSdkVersion;
darwinMinVersionVariable =
if final.isMacOS then