1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2026-01-11 16:58:03 +01:00

fixup! Add options to overwrite autogenerated lockfile commit message

This commit is contained in:
Matthias Beyer 2025-10-12 10:46:33 +02:00
parent 740443c5c8
commit 47fbc497a3

View file

@ -107,9 +107,7 @@ MixFlakeOptions::MixFlakeOptions()
.longName = "message",
.description = "Commit message to use when committing flake's lock file.",
.category = category,
.handler = {[&](std::string s) {
lockFlags.commitLockFileMessage.insert(s));
}},
.handler = {[&](std::string s) { lockFlags.commitLockFileMessage.insert(s)); }},
});
addFlag({