mirror of
https://github.com/NixOS/nix
synced 2025-07-10 08:53:55 +02:00
Create upgrade notes
This commit is contained in:
parent
4be7652dd3
commit
c42eaaf684
3 changed files with 22 additions and 7 deletions
21
doc/manual/installation/upgrading.xml
Normal file
21
doc/manual/installation/upgrading.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
version="5.0"
|
||||
xml:id="ch-upgrading-nix">
|
||||
|
||||
<title>Upgrading Nix</title>
|
||||
|
||||
<para>
|
||||
Multi-user Nix users on macOS can upgrade Nix by running
|
||||
<command>sudo -i sh -c 'nix-channel --update && nix-env
|
||||
-iA nixpkgs.nix'; sudo launchctl stop org.nixos.nix-daemon; sudo
|
||||
launchctl start org.nixos.nix-daemon</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Single-user installations of Nix should run <command>nix-channel
|
||||
--update; nix-env -iA nixpkgs.nix</command>.
|
||||
</para>
|
||||
|
||||
</chapter>
|
Loading…
Add table
Add a link
Reference in a new issue