mirror of
https://github.com/nix-community/home-manager
synced 2024-11-09 12:49:44 +01:00
69a96783b1
The `optionsDocBook` function is deprecated in nixpkgs since nixos-23.11. This commit updates the manual and manpages to use commonmark formatted documentation instead of the deprecated docbook format.
12 lines
307 B
Markdown
12 lines
307 B
Markdown
# Updating {#sec-updating}
|
|
|
|
If you have installed Home Manager using the Nix channel method then
|
|
updating Home Manager is done by first updating the channel. You can
|
|
then switch to the updated Home Manager environment.
|
|
|
|
``` console
|
|
$ nix-channel --update
|
|
…
|
|
unpacking channels...
|
|
$ home-manager switch
|
|
```
|