docs: added info about how to remove nix from dev setup.
This commit is contained in:
parent
f878774dde
commit
e6766e5944
1 changed files with 7 additions and 0 deletions
|
|
@ -34,6 +34,13 @@ following commands:
|
|||
|
||||
Update your channels frequently by running ``nix-channel --update``.
|
||||
|
||||
.. note::
|
||||
|
||||
To uninstall nix run the following:
|
||||
|
||||
remove the . "$HOME/.nix-profile/etc/profile.d/nix.sh" line in your ~/.profile or ~/.bash_profile
|
||||
rm -rf $HOME/{.nix-channels,.nix-defexpr,.nix-profile,.config/nixpkgs}
|
||||
sudo rm -rf /nix
|
||||
|
||||
Switch nix to the latest STABLE channel
|
||||
---------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue