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:
parent
740443c5c8
commit
47fbc497a3
1 changed files with 1 additions and 3 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue