mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
Rename commit-lockfile-summary to commit-lock-file-summary for consistency
This commit is contained in:
parent
87ab3c0ea4
commit
e1e041ed8f
@ -32,7 +32,7 @@ static void writeTrustedList(const TrustedList & trustedList)
|
|||||||
|
|
||||||
void ConfigFile::apply()
|
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) {
|
for (auto & [name, value] : settings) {
|
||||||
|
|
||||||
|
@ -87,12 +87,12 @@ struct FetchSettings : public Config
|
|||||||
{}, true, Xp::Flakes};
|
{}, true, Xp::Flakes};
|
||||||
|
|
||||||
Setting<std::string> commitLockFileSummary{
|
Setting<std::string> commitLockFileSummary{
|
||||||
this, "", "commit-lockfile-summary",
|
this, "", "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.
|
||||||
)",
|
)",
|
||||||
{}, true, Xp::Flakes};
|
{"commit-lockfile-summary"}, true, Xp::Flakes};
|
||||||
|
|
||||||
Setting<bool> trustTarballsFromGitForges{
|
Setting<bool> trustTarballsFromGitForges{
|
||||||
this, true, "trust-tarballs-from-git-forges",
|
this, true, "trust-tarballs-from-git-forges",
|
||||||
|
@ -439,7 +439,7 @@ The following attributes are supported in `flake.nix`:
|
|||||||
- [`bash-prompt-prefix`](@docroot@/command-ref/conf-file.md#conf-bash-prompt-prefix)
|
- [`bash-prompt-prefix`](@docroot@/command-ref/conf-file.md#conf-bash-prompt-prefix)
|
||||||
- [`bash-prompt-suffix`](@docroot@/command-ref/conf-file.md#conf-bash-prompt-suffix)
|
- [`bash-prompt-suffix`](@docroot@/command-ref/conf-file.md#conf-bash-prompt-suffix)
|
||||||
- [`flake-registry`](@docroot@/command-ref/conf-file.md#conf-flake-registry)
|
- [`flake-registry`](@docroot@/command-ref/conf-file.md#conf-flake-registry)
|
||||||
- [`commit-lockfile-summary`](@docroot@/command-ref/conf-file.md#conf-commit-lockfile-summary)
|
- [`commit-lock-file-summary`](@docroot@/command-ref/conf-file.md#conf-commit-lock-file-summary)
|
||||||
|
|
||||||
## Flake inputs
|
## Flake inputs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user