1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Merge pull request #12293 from suruaku/remove-unneeded-character

Remove character not needed for a command
This commit is contained in:
Eelco Dolstra 2025-01-20 18:00:13 +01:00 committed by GitHub
commit ac31767c57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.