Skip to content
Snippets Groups Projects
Unverified Commit 23e5b48c authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

Merge pull request #3581 from TerrorJack/patch-1

Update "Upgrading Nix" documentation
parents 612d57c5 446649e5
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@
<para>
Single-user installations of Nix should run this:
<command>nix-channel --update; nix-env -iA nixpkgs.nix</command>
<command>nix-channel --update; nix-env -iA nixpkgs.nix nixpkgs.cacert</command>
</para>
<para>
Multi-user Nix users on Linux should run this with sudo:
<command>nix-channel --update; nix-env -iA nixpkgs.nix nixpkgs.cacert; systemctl daemon-reload; systemctl restart nix-daemon</command>
</para>
</chapter>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment