From aab92fcc99cdfa81c01d754f5a9047414bb6cf32 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 30 Nov 2025 17:27:11 +0000 Subject: [PATCH] flake: explicitly configure commit-lock-file-summary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sets `nixConfig.commit-lock-file-summary` to "flake: Update", matching the default used by `ci/update`. This ensures consistency when running `nix flake update --commit-lock-file` or `nix flake lock --commit-lock-file` manually. Note: manual updates are discouraged. The `nix-build ci -A update` script should be used to update flakes. This ensures both root and dev lockfiles — as well as `version-info.toml` — are kept in sync. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 4ecd57b7..99587382 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,7 @@ }; nixConfig = { + commit-lock-file-summary = "flake: Update"; extra-substituters = [ "https://nix-community.cachix.org" ]; extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="