mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
* Parse multi-valued options.
This commit is contained in:
parent
fbedf6056e
commit
4578a490ce
5 changed files with 54 additions and 16 deletions
|
@ -63,7 +63,7 @@ extern bool buildAllowRoot;
|
|||
extern list<string> buildUsers;
|
||||
|
||||
|
||||
string querySetting(const string & name, const string & def);
|
||||
Strings querySetting(const string & name, const Strings & def);
|
||||
|
||||
bool queryBoolSetting(const string & name, bool def);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue