mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
commit
aa4f41d796
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ void AbstractConfig::warnUnknownSettings()
|
|||
void AbstractConfig::reapplyUnknownSettings()
|
||||
{
|
||||
auto unknownSettings2 = std::move(unknownSettings);
|
||||
unknownSettings = {};
|
||||
for (auto & s : unknownSettings2)
|
||||
set(s.first, s.second);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue