Skip to content

Commit

Permalink
Merge pull request NixOS#12293 from suruaku/remove-unneeded-character
Browse files Browse the repository at this point in the history
Remove character not needed for a command
  • Loading branch information
edolstra authored Jan 20, 2025
2 parents 0be69d4 + c59aa3e commit ac31767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/source/installation/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit ac31767

Please sign in to comment.