From af2384343408d8bc2722056217e7a4a3319c4e1e Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 5 Mar 2025 16:31:18 -0300 Subject: [PATCH] Remove macOS sequoia recommandations --- doc/manual/source/installation/index.md | 8 -------- doc/manual/source/installation/installing-binary.md | 8 -------- doc/manual/source/installation/uninstall.md | 8 -------- 3 files changed, 24 deletions(-) diff --git a/doc/manual/source/installation/index.md b/doc/manual/source/installation/index.md index a4e2c5af0..96b2a1c24 100644 --- a/doc/manual/source/installation/index.md +++ b/doc/manual/source/installation/index.md @@ -8,14 +8,6 @@ and macOS. $ 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 The Nix community maintains installers for several distributions. diff --git a/doc/manual/source/installation/installing-binary.md b/doc/manual/source/installation/installing-binary.md index 0a2d650a9..6d0aa9bf8 100644 --- a/doc/manual/source/installation/installing-binary.md +++ b/doc/manual/source/installation/installing-binary.md @@ -1,13 +1,5 @@ # 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: ```console diff --git a/doc/manual/source/installation/uninstall.md b/doc/manual/source/installation/uninstall.md index 2762edbf4..cf8f419b6 100644 --- a/doc/manual/source/installation/uninstall.md +++ b/doc/manual/source/installation/uninstall.md @@ -43,14 +43,6 @@ which you may remove. ### 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: ```console