docs: update supported macOS versions and architectures in manual #13676
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.
Updated information relating to compatibility of Nix in different OS, especially macOS.
Motivation
The current documentation on supported macOS versions is outdated. It does not reflect the current minimum system requirements (macOS ≥ 11.3), compatibility with macOS 15 Sequoia, or upcoming support changes planned for future Nixpkgs releases (25.11+). This PR updates the manual to reflect accurate architecture and OS version support as of Nixpkgs 25.05.
Context
This PR improves clarity for users installing or upgrading Nix on macOS. It also ensures developers are aware of changes in OS-level compatibility and platform deprecation. The changes are sourced from:
This change is documentation-only and non-invasive.
Implementation Strategy
The
Supported Platforms
section of the documentation was updated to:x86_64
,aarch64
)Checklist
doc/manual/source