1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Remove macOS sequoia recommandations

This commit is contained in:
Luc Perkins 2025-03-05 16:31:18 -03:00
parent ad264674e6
commit af23843434
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
3 changed files with 0 additions and 24 deletions

View file

@ -8,14 +8,6 @@ and macOS.
$ curl -L https://nixos.org/nix/install | sh -s -- --daemon $ curl -L https://nixos.org/nix/install | sh -s -- --daemon
``` ```
> **Updating to macOS 15 Sequoia**
>
> If you recently updated to macOS 15 Sequoia and are getting
> ```console
> error: the user '_nixbld1' in the group 'nixbld' does not exist
> ```
> when running Nix commands, refer to GitHub issue [NixOS/nix#10892](https://github.com/NixOS/nix/issues/10892) for instructions to fix your installation without reinstalling.
## Distributions ## Distributions
The Nix community maintains installers for several distributions. The Nix community maintains installers for several distributions.

View file

@ -1,13 +1,5 @@
# Installing a Binary Distribution # Installing a Binary Distribution
> **Updating to macOS 15 Sequoia**
>
> If you recently updated to macOS 15 Sequoia and are getting
> ```console
> error: the user '_nixbld1' in the group 'nixbld' does not exist
> ```
> when running Nix commands, refer to GitHub issue [NixOS/nix#10892](https://github.com/NixOS/nix/issues/10892) for instructions to fix your installation without reinstalling.
To install the latest version Nix, run the following command: To install the latest version Nix, run the following command:
```console ```console

View file

@ -43,14 +43,6 @@ which you may remove.
### macOS ### macOS
> **Updating to macOS 15 Sequoia**
>
> If you recently updated to macOS 15 Sequoia and are getting
> ```console
> error: the user '_nixbld1' in the group 'nixbld' does not exist
> ```
> when running Nix commands, refer to GitHub issue [NixOS/nix#10892](https://github.com/NixOS/nix/issues/10892) for instructions to fix your installation without reinstalling.
1. If system-wide shell initialisation files haven't been altered since installing Nix, use the backups made by the installer: 1. If system-wide shell initialisation files haven't been altered since installing Nix, use the backups made by the installer:
```console ```console