mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
fix flake input update instructions
This commit is contained in:
parent
67e83165f9
commit
9c5312d0ce
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue