Merge pull request #5102 from serokell/balsoft/whitelist-flake-registry

Whitelist nixConfig.flake-registry
This commit is contained in:
Eelco Dolstra 2021-08-09 14:45:12 +02:00 committed by GitHub
commit 6c50dc1faf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {