Update uninstall.md: remove ~/.nix-* files also

This commit is contained in:
Andrey Butirsky 2024-04-21 17:08:37 +03:00 committed by GitHub
parent d4b44a41fb
commit a6d08e3502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
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 reference to Nix from your `~/.profile`.