##// END OF EJS Templates
docs: added info about how to remove nix from dev setup.
marcink -
r2557:11f8b12a default
parent child Browse files
Show More
@@ -34,6 +34,13 b' following commands:'
34
34
35 Update your channels frequently by running ``nix-channel --update``.
35 Update your channels frequently by running ``nix-channel --update``.
36
36
37 .. note::
38
39 To uninstall nix run the following:
40
41 remove the . "$HOME/.nix-profile/etc/profile.d/nix.sh" line in your ~/.profile or ~/.bash_profile
42 rm -rf $HOME/{.nix-channels,.nix-defexpr,.nix-profile,.config/nixpkgs}
43 sudo rm -rf /nix
37
44
38 Switch nix to the latest STABLE channel
45 Switch nix to the latest STABLE channel
39 ---------------------------------------
46 ---------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now