From 9f0f227bbacf50601de5b78ca161e04e3e3872fb Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 11 Mar 2025 23:27:50 +0100 Subject: [PATCH] Auto commit lock file after update --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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