mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +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…
Add table
Add a link
Reference in a new issue