mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Rename commit-lockfile-summary to commit-lock-file-summary for consistency
This commit is contained in:
parent
87ab3c0ea4
commit
e1e041ed8f
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ static void writeTrustedList(const TrustedList & trustedList)
|
|||
|
||||
void ConfigFile::apply()
|
||||
{
|
||||
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-prefix", "bash-prompt-suffix", "flake-registry", "commit-lockfile-summary"};
|
||||
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-prefix", "bash-prompt-suffix", "flake-registry", "commit-lock-file-summary", "commit-lockfile-summary"};
|
||||
|
||||
for (auto & [name, value] : settings) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue