diff --git a/justfile b/justfile index bb7de9c..3125b7b 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ rebuild mode='switch': {{ if mode == 'reboot' { 'reboot' } else { '' } }} update: - nix flake update + nix flake update --commit-lock-file fmt: nix fmt