From e5414ede1bc87cd41881766245c2956c271df3aa Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 31 Jul 2025 23:19:12 +0200 Subject: [PATCH] customize the commit message of `flake update` --- hosts/shared.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/shared.nix b/hosts/shared.nix index ecd14a6..a80ccbf 100644 --- a/hosts/shared.nix +++ b/hosts/shared.nix @@ -33,6 +33,7 @@ "root" "@wheel" ]; + commit-lock-file-summary = "flake.lock: update"; }; };