mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
Add an option ‘build-fallback’ (equivalent to the --fallback flag)
This commit is contained in:
parent
97421eb5ec
commit
89a8207029
3 changed files with 13 additions and 2 deletions
|
@ -118,9 +118,10 @@ void Settings::set(const string & name, const string & value)
|
|||
|
||||
void Settings::update()
|
||||
{
|
||||
get(thisSystem, "system");
|
||||
get(tryFallback, "build-fallback");
|
||||
get(maxBuildJobs, "build-max-jobs");
|
||||
get(buildCores, "build-cores");
|
||||
get(thisSystem, "system");
|
||||
get(maxSilentTime, "build-max-silent-time");
|
||||
get(buildTimeout, "build-timeout");
|
||||
get(reservedSize, "gc-reserved-space");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue