fix flake input update instructions

This commit is contained in:
John Bowdre 2023-08-04 15:45:47 -05:00
parent 67e83165f9
commit 9c5312d0ce

View file

@ -7,4 +7,4 @@ This repo demonstrates how I use a private repo to overlay my work-specific conf
2. `cd` into the private repo.
3. Run `home-manager switch --flake .#<username>@<hostname>` to activate the work profile (and then use the `switch-home` function to (re)activate it in the future).
When the public repo gets updated, I run `nix flake update` to pull in the changes before doing `switch-home` to reapply the config.
When the public `dotfiles` repo gets updated, I run `nix flake lock --update-input dotfiles` to pull in the changes before doing `switch-home` to reapply the config.