Skip to content
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

install-darwin: fix _nixbld uids for macOS sequoia #10919

Merged
merged 3 commits into from
Sep 3, 2024

Commits on Aug 20, 2024

  1. install-darwin: fix _nixbld uids for macOS sequoia

    Starting in macOS 15 Sequoia, macOS daemon UIDs are encroaching on our
    default UIDs of 301-332. This commit relocates our range up to avoid
    clashing with the current UIDs of 301-304 and buy us a little time
    while still leaving headroom for people installing more than 32 users.
    abathur committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    df36ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7556742 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    11cf29b View commit details
    Browse the repository at this point in the history