From 02776833b48d04b4b6178d4960eafc659b1de87a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 17 Aug 2025 23:16:24 +0100 Subject: [PATCH] Commit the lock file after updating --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 1e028c6c..660bf9dc 100644 --- a/justfile +++ b/justfile @@ -29,7 +29,7 @@ test *args: @just _nixos test {{ args }} update: - nix flake update + nix flake update --commit-lock-file _nixos command *args: nh os {{ command }} . {{ args }}