1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

Remove references to single-user mode

This commit is contained in:
Luc Perkins 2025-02-25 14:33:57 -03:00
parent 7b61927a5f
commit ff8da340ae
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
9 changed files with 2 additions and 100 deletions

View file

@ -154,12 +154,3 @@ which you may remove.
> You do not have to reboot to finish uninstalling Nix.
> The uninstall is complete.
> macOS (Catalina+) directly controls root directories, and its read-only root will prevent you from manually deleting the empty `/nix` mountpoint.
## Single User
To remove a [single-user installation](./installing-binary.md#single-user-installation) of Nix, run:
```console
rm -rf /nix ~/.nix-channels ~/.nix-defexpr ~/.nix-profile
```
You might also want to manually remove references to Nix from your `~/.profile`.