Skip to content

Commit

Permalink
Restore commit-lock-file-summary rename for consistency
Browse files Browse the repository at this point in the history
It was originally renamed in NixOS#10691,
but NixOS#9063 accidentally removed the new
name and alias.
  • Loading branch information
cole-h committed Jun 28, 2024
1 parent b44909a commit 7421f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libflake/flake-settings.hh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ struct FlakeSettings : public Config
Setting<std::string> commitLockFileSummary{
this,
"",
"commit-lockfile-summary",
"commit-lock-file-summary",
R"(
The commit summary to use when committing changed flake lock files. If
empty, the summary is generated based on the action performed.
)",
{},
{"commit-lockfile-summary"},
true,
Xp::Flakes};
};
Expand Down

0 comments on commit 7421f94

Please sign in to comment.