mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Remove character not needed for a command
This commit is contained in:
parent
bcb92a5fa0
commit
c59aa3ec87
1 changed files with 1 additions and 1 deletions
|
@ -160,6 +160,6 @@ which you may remove.
|
|||
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
|
||||
rm -rf /nix ~/.nix-channels ~/.nix-defexpr ~/.nix-profile
|
||||
```
|
||||
You might also want to manually remove references to Nix from your `~/.profile`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue