1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-04 04:13:28 +02:00
home-manager/docs/manual/usage/updating.md
2023-12-07 21:28:18 +09:00

13 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
```