docs: update supported macOS versions and architectures in manual#13676
Open
joyprakashk wants to merge 1 commit intoNixOS:masterfrom
Open
docs: update supported macOS versions and architectures in manual#13676joyprakashk wants to merge 1 commit intoNixOS:masterfrom
joyprakashk wants to merge 1 commit intoNixOS:masterfrom
Conversation
Updated information relating to compatibility of Nix in different OS, especially MacOS.
xokdvium
requested changes
Aug 4, 2025
| | 14 Sonoma | ✅ Supported | Baseline version for upcoming Nixpkgs 25.11 release | | ||
| | 15 Sequoia | ✅ Supported\* | Requires migration script to fix `_nixbld1-4` user conflicts post-upgrade | | ||
|
|
||
| \* macOS 15 Sequoia introduces a change where system upgrade may overwrite the `_nixbld1–4` build users, which breaks Nix sandboxing. A [repair script](https://github.com/DeterminateSystems/nix-installer/releases/tag/v0.26.0) is available via the Determinate Nix Installer and upstream channels. |
Contributor
There was a problem hiding this comment.
Linking to the determinate installer isn't right here. There's already a migration script in-tree: https://github.com/NixOS/nix/blob/master/scripts/sequoia-nixbld-user-migration.sh.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 Platformssection of the documentation was updated to:x86_64,aarch64)Checklist
doc/manual/source