mirror of
https://github.com/NixOS/nix
synced 2025-07-05 12:21:48 +02:00
Move applyConfigFile to lambda inside libstore
This commit is contained in:
parent
e4cbdd26e0
commit
d6898cd58b
3 changed files with 9 additions and 16 deletions
|
@ -165,14 +165,6 @@ void AbstractConfig::applyConfig(const std::string & contents, const std::string
|
|||
set(name, value);
|
||||
}
|
||||
|
||||
void AbstractConfig::applyConfigFile(const Path & path)
|
||||
{
|
||||
try {
|
||||
std::string contents = readFile(path);
|
||||
applyConfig(contents, path);
|
||||
} catch (SysError &) { }
|
||||
}
|
||||
|
||||
void Config::resetOverridden()
|
||||
{
|
||||
for (auto & s : _settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue