mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
Restore commit-lock-file-summary rename for consistency
It was originally renamed in https://github.com/NixOS/nix/pull/10691, but https://github.com/NixOS/nix/pull/9063 accidentally removed the new name and alias.
This commit is contained in:
parent
9e9730ef0f
commit
d906d42330
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ struct FlakeSettings : public Config
|
||||||
Setting<std::string> commitLockFileSummary{
|
Setting<std::string> commitLockFileSummary{
|
||||||
this,
|
this,
|
||||||
"",
|
"",
|
||||||
"commit-lockfile-summary",
|
"commit-lock-file-summary",
|
||||||
R"(
|
R"(
|
||||||
The commit summary to use when committing changed flake lock files. If
|
The commit summary to use when committing changed flake lock files. If
|
||||||
empty, the summary is generated based on the action performed.
|
empty, the summary is generated based on the action performed.
|
||||||
)",
|
)",
|
||||||
{},
|
{"commit-lockfile-summary"},
|
||||||
true,
|
true,
|
||||||
Xp::Flakes};
|
Xp::Flakes};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue