Merge branch 'NixOS:master' into master

This commit is contained in:
elikoga
2022-05-16 01:01:37 +02:00
committed by GitHub
9 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ static void writeTrustedList(const TrustedList & trustedList)
void ConfigFile::apply()
{
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-suffix", "flake-registry"};
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-prefix", "bash-prompt-suffix", "flake-registry"};
for (auto & [name, value] : settings) {