lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

darwin: use "11.0" as sdk and minimum version on aarch64-darwin

+1 -1
+1 -1
lib/systems/default.nix
··· 131 131 else null; 132 132 # The canonical name for this attribute is darwinSdkVersion, but some 133 133 # platforms define the old name "sdkVer". 134 - darwinSdkVersion = final.sdkVer or "10.12"; 134 + darwinSdkVersion = final.sdkVer or (if final.isAarch64 then "11.0" else "10.12"); 135 135 darwinMinVersion = final.darwinSdkVersion; 136 136 darwinMinVersionVariable = 137 137 if final.isMacOS then "MACOSX_DEPLOYMENT_TARGET"