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

Remove character not needed for a command

This commit is contained in:
Ilja Kotirinta 2025-01-20 14:03:29 +02:00
parent bcb92a5fa0
commit c59aa3ec87

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: To remove a [single-user installation](./installing-binary.md#single-user-installation) of Nix, run:
```console ```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`. You might also want to manually remove references to Nix from your `~/.profile`.