mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
13 lines
307 B
Markdown
13 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
|
||
|
```
|