mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Update uninstall.md: remove ~/.nix-* files also
This commit is contained in:
parent
d4b44a41fb
commit
a6d08e3502
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue