mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
* Allow options from the Nix config file to be overriden from the
command line (e.g. "--option build-use-chroot true").
This commit is contained in:
parent
8ab6bc5a49
commit
60cb7de336
3 changed files with 21 additions and 0 deletions
|
@ -101,6 +101,8 @@ bool queryBoolSetting(const string & name, bool def);
|
|||
|
||||
unsigned int queryIntSetting(const string & name, unsigned int def);
|
||||
|
||||
void overrideSetting(const string & name, const Strings & value);
|
||||
|
||||
void reloadSettings();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue