mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-10 06:44:14 +00:00
update-the-system: add hint about --recreate-lock-file argument (#181)
This commit is contained in:
parent
6a9307505b
commit
869cea884c
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ nix flake update home-manager
|
|||
|
||||
# Apply the updates
|
||||
sudo nixos-rebuild switch --flake .
|
||||
|
||||
# Or to update flake.lock & apply with one command (i.e. same as running "nix flake update" before)
|
||||
sudo nixos-rebuild switch --recreate-lock-file --flake .
|
||||
```
|
||||
|
||||
Occasionally, you may encounter a "sha256 mismatch" error when running
|
||||
|
|
Loading…
Reference in a new issue