diff --git a/src/pages/start/1.install.mdx b/src/pages/start/1.install.mdx index 2a5c8772..f2083f6e 100644 --- a/src/pages/start/1.install.mdx +++ b/src/pages/start/1.install.mdx @@ -57,6 +57,12 @@ It also installs Nix with [Nix flakes][flakes] enabled while the official instal See the [Uninstalling Nix][uninstall] guide if you need to uninstall Nix or the [Determinate Nix Installer][nix-installer] concept doc if you'd like more background. + +If you have previously installed Nix from the official Bash-based installation script, the Determinate Systems installer will error out because the Nix volume is already mounted. + +To remove this installation, follow the instructions from the [official Nix page][official-uninstaller] for your platform. Once those instructions are complete, you can proceed with the Determinate Systems installer. + + Validate the displayed plan and approve it to begin the installation process. Once the installer has finished, you should see `Nix was installed successfully!` in your terminal. @@ -101,3 +107,4 @@ If you're interested in contributing to Zero to Nix, see the [manual][contributi [uninstall]: /start/uninstall [wsl]: https://learn.microsoft.com/windows/wsl [z2n]: / +[official-uninstaller]: https://nixos.org/manual/nix/stable/installation/installing-binary.html#uninstalling