From a6d08e3502eaed57b66a0167226b58ba4098ee14 Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Sun, 21 Apr 2024 17:08:37 +0300 Subject: [PATCH] Update uninstall.md: remove ~/.nix-* files also --- doc/manual/src/installation/uninstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/installation/uninstall.md b/doc/manual/src/installation/uninstall.md index f682bb00f..0465ee5bb 100644 --- a/doc/manual/src/installation/uninstall.md +++ b/doc/manual/src/installation/uninstall.md @@ -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`.