forked from lix-project/lix
Whitelist nixConfig.flake-registry
flake-registry should be safe to set to an aribtrary value, since it is identical to just setting `inputs`.
This commit is contained in:
parent
e277c0c479
commit
54c580b71f
|
@ -29,7 +29,7 @@ static void writeTrustedList(const TrustedList & trustedList)
|
|||
|
||||
void ConfigFile::apply()
|
||||
{
|
||||
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-suffix"};
|
||||
std::set<std::string> whitelist{"bash-prompt", "bash-prompt-suffix", "flake-registry"};
|
||||
|
||||
for (auto & [name, value] : settings) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue