mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
12 lines
305 B
Markdown
12 lines
305 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.
|
|
|
|
``` shell
|
|
$ nix-channel --update
|
|
…
|
|
unpacking channels...
|
|
$ home-manager switch
|
|
```
|