readme: selective update

This commit is contained in:
Sridhar Ratnakumar 2022-10-05 22:23:28 -04:00
parent 22da967cc9
commit 25e52382ef

View file

@ -37,5 +37,7 @@ make
## Tips
- To update NixOS (and other inputs) run `nix flake update`
- To update NixOS (and other inputs) run `nix flake update`[^selective]
- To autoformat the project tree using nixpkgs-fmt, run `nix fmt`.
[^selective]: You may also update the inputs selectively, viz.: `nix flake lock --update-input nixpkgs --update-input darwin --update-input home-manager`