mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
parent
68dcbb187e
commit
b7629778ef
4 changed files with 46 additions and 46 deletions
|
@ -158,7 +158,7 @@ void Settings::get(bool & res, const string & name)
|
|||
}
|
||||
|
||||
|
||||
void Settings::get(PathSet & res, const string & name)
|
||||
void Settings::get(StringSet & res, const string & name)
|
||||
{
|
||||
SettingsMap::iterator i = settings.find(name);
|
||||
if (i == settings.end()) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue