From d4b44a41fbc54e7353764836e0203f044d98a413 Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Sun, 21 Apr 2024 16:46:03 +0300 Subject: [PATCH 1/3] Update uninstall.md: mention .profile ~/.profile is auto-edited by the single-mode installer so we should mention it in the uninstall instructions --- doc/manual/src/installation/uninstall.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/src/installation/uninstall.md b/doc/manual/src/installation/uninstall.md index 9ead5e53c..f682bb00f 100644 --- a/doc/manual/src/installation/uninstall.md +++ b/doc/manual/src/installation/uninstall.md @@ -7,6 +7,7 @@ If you have a [single-user installation](./installing-binary.md#single-user-inst ```console $ rm -rf /nix ``` +You might also want to manually remove reference to Nix from your `~/.profile`. ## Multi User From a6d08e3502eaed57b66a0167226b58ba4098ee14 Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Sun, 21 Apr 2024 17:08:37 +0300 Subject: [PATCH 2/3] 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`. From 16669ae4457607728dff2c3974fa825ba745d44e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 22 Apr 2024 11:00:09 +0200 Subject: [PATCH 3/3] Update doc/manual/src/installation/uninstall.md --- 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 0465ee5bb..7dda489dd 100644 --- a/doc/manual/src/installation/uninstall.md +++ b/doc/manual/src/installation/uninstall.md @@ -7,7 +7,7 @@ If you have a [single-user installation](./installing-binary.md#single-user-inst ```console $ rm -rf /nix ~/.nix-channels ~/.nix-defexpr ~/.nix-profile ``` -You might also want to manually remove reference to Nix from your `~/.profile`. +You might also want to manually remove references to Nix from your `~/.profile`. ## Multi User