mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 15:32:43 +01:00
Inline settings.pluginFiles.name
In theory the warning is more noisy now, but in practice this will not happen unless the client is older than 2.14 (highly unlikely).
This commit is contained in:
parent
846869da0e
commit
1a273a623f
2 changed files with 4 additions and 5 deletions
|
|
@ -128,7 +128,7 @@ void RemoteStore::setOptions(Connection & conn)
|
|||
overrides.erase(settings.useSubstitutes.name);
|
||||
overrides.erase(loggerSettings.showTrace.name);
|
||||
overrides.erase(experimentalFeatureSettings.experimentalFeatures.name);
|
||||
overrides.erase(settings.pluginFiles.name);
|
||||
overrides.erase("plugin-files");
|
||||
conn.to << overrides.size();
|
||||
for (auto & i : overrides)
|
||||
conn.to << i.first << i.second.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue