Merge pull request #10581 from bam80/patch-3

Update uninstall.md: mention .profile
This commit is contained in:
Eelco Dolstra
2024-04-22 11:33:58 +02:00
committed by GitHub

View File

@@ -5,8 +5,9 @@
If you have a [single-user installation](./installing-binary.md#single-user-installation) of Nix, uninstall it by running:
```console
$ rm -rf /nix
$ rm -rf /nix ~/.nix-channels ~/.nix-defexpr ~/.nix-profile
```
You might also want to manually remove references to Nix from your `~/.profile`.
## Multi User