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