Skip to content

Instantly share code, notes, and snippets.

@0x77dev
Created June 12, 2024 21:43
Show Gist options
  • Save 0x77dev/6797033ac3503f5b6cc903fddbb21b6a to your computer and use it in GitHub Desktop.
Save 0x77dev/6797033ac3503f5b6cc903fddbb21b6a to your computer and use it in GitHub Desktop.
Install Nix on macOS 15.0

I got an issue installing Nix on latest macOS 15.0 (Sequioa), looks like 3xx uids are reserved by some new built-in users.

This should fix your issue: NIX_FIRST_BUILD_UID=600

NIX_FIRST_BUILD_UID=600 sh <(curl -L https://nixos.org/nix/install)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment