1
0
Fork 0
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:
Eelco Dolstra 2012-07-31 17:56:02 -04:00
parent 97421eb5ec
commit 89a8207029
3 changed files with 13 additions and 2 deletions

View file

@ -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");