Skip to content

Commit aab92fc

Browse files
committed
flake: explicitly configure commit-lock-file-summary
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.
1 parent d269170 commit aab92fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
};
1919

2020
nixConfig = {
21+
commit-lock-file-summary = "flake: Update";
2122
extra-substituters = [ "https://nix-community.cachix.org" ];
2223
extra-trusted-public-keys = [
2324
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="

0 commit comments

Comments
 (0)