From 25e52382ef90bb6a8f6e7aabe41717840b28f22c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 5 Oct 2022 22:23:28 -0400 Subject: [PATCH] readme: selective update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf1ce2..f4402fa 100644 --- a/README.md +++ b/README.md @@ -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`