mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
* Allow the size of the GC reserved file to be specified in nix.conf
through the new `gc-reserved-space' option.
This commit is contained in:
parent
651ab439cf
commit
345a95afe9
5 changed files with 62 additions and 14 deletions
|
@ -56,6 +56,8 @@ extern bool readOnlyMode;
|
|||
|
||||
Strings querySetting(const string & name, const Strings & def);
|
||||
|
||||
string querySetting(const string & name, const string & def);
|
||||
|
||||
bool queryBoolSetting(const string & name, bool def);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue