-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
darwin: set the minimum version to macOS 11.3; nixos/doc/rl-2505: announce macOS version support policy #352129
Draft
emilazy
wants to merge
35
commits into
NixOS:staging
Choose a base branch
from
emilazy:push-nkyqpvqvxwzn
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+240
−2,330
Draft
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
5ed37b6
nixos/doc/rl-2505: announce macOS version support policy
emilazy 0a86d73
darwin: set the minimum version to macOS 11.3
emilazy d346167
libsForQt5.qtbase: remove code for macOS < 11
emilazy 4e11936
gtk4: remove code for macOS < 11
emilazy b86c003
haskellPackages.network: remove code for macOS < 11
emilazy d7540c1
apple-sdk_{10_12,10_13,10_14,10_15}: drop
emilazy 353387a
darwin.apple_sdk_10_12: drop
emilazy f8e4d5c
apple-sdk: remove code for old SDKs
emilazy 968f861
stdenv/darwin: remove code for old SDKs
emilazy 6f17051
llvmPackages.compiler-rt: remove code for macOS < 11
emilazy fcd8325
llvmPackages.lldb: remove code for macOS < 11
emilazy 4a9cc2f
llvmPackages.libcxx: remove code for macOS < 11
emilazy 37abb59
ld64: remove code for macOS < 11
emilazy 5f95ebc
ld64: use the SDK source release packages
emilazy 41eea33
cctools: remove code for macOS < 11
emilazy 4aae795
gcc: remove code for macOS < 11
emilazy 4a665a3
python3: remove code for macOS < 11
emilazy 587a846
darwin.IOKitTools: remove code for macOS < 11
emilazy 62080bd
darwin.adv_cmds: remove code for macOS < 11
emilazy 3ab059e
darwin.copyfile: remove code for macOS < 11
emilazy d3a4f2d
darwin.diskdev_cmds: remove code for macOS < 11
emilazy 0c1628c
darwin.file_cmds: remove code for macOS < 11
emilazy 9a0b35a
darwin.libpcap: remove code for macOS < 11
emilazy 5358daf
darwin.libresolv: remove code for macOS < 11
emilazy 916a048
darwin.mail_cmds: remove code for macOS < 11
emilazy 895ec03
darwin.network_cmds: remove code for macOS < 11
emilazy 51a18f3
darwin.patch_cmds: remove code for macOS < 11
emilazy 8a72b8e
darwin.removefile: remove code for macOS < 11
emilazy eb5f2ae
darwin.shell_cmds: remove code for macOS < 11
emilazy 8de7047
darwin.system_cmds: remove code for macOS < 11
emilazy 6cc2721
darwin.text_cmds: remove code for macOS < 11
emilazy 3a09724
darwin.top: remove code for macOS < 11
emilazy 0920de4
nixVersions.{nix_2_24,git}: remove code for macOS < 11
emilazy 9c05c28
memstream{,Hook}: drop
emilazy 5c5c7d4
memorymapping{,Hook}: drop
emilazy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Release 25.05 (“????????”, 2025.05/??) {#sec-release-25.05} | ||
|
||
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> | ||
|
||
## Highlights {#sec-release-25.05-highlights} | ||
|
||
- **This release of Nixpkgs requires macOS Big Sur 11.3 or newer, as announced in the 24.11 release notes.** | ||
We cannot guarantee that packages will continue to work on older versions of macOS. | ||
Future Nixpkgs releases will only support [macOS versions supported by Apple](https://endoflife.date/macos); this means that **Nixpkgs 25.11 will require macOS Sonoma 14 or newer**. | ||
Users on old macOS versions should consider upgrading to a supported version (potentially using [OpenCore Legacy Patcher](https://dortania.github.io/OpenCore-Legacy-Patcher/) for old hardware) or installing NixOS. | ||
If neither of those options are viable and you require new versions of software, [MacPorts](https://www.macports.org/) supports versions back to Mac OS X Snow Leopard 10.6. | ||
|
||
## New Services {#sec-release-25.05-new-services} | ||
|
||
- Create the first release note entry in this section! | ||
|
||
## Backward Incompatibilities {#sec-release-25.05-incompatibilities} | ||
|
||
- Create the first release note entry in this section! | ||
|
||
## Other Notable Changes {#sec-release-25.05-notable-changes} | ||
|
||
- Create the first release note entry in this section! | ||
|
||
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the entry for the bare
apple-sdk
be in this table, just to be clear what does it do after the change?(I know it's described above that it matches the lowest supported, but it may be worth repeating it in the relevant row)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve added the
apple-sdk
reference to the same table entry asapple-sdk_11
now that it’s not platform-specific; let me know what you think!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect ❤️