This commit is contained in:
Eelco Dolstra 2017-04-14 14:42:08 +02:00
parent da76c72bc9
commit dd3714f6ef
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -60,7 +60,7 @@ public:
Setting<bool> keepGoing{this, false, "keep-going",
"Whether to keep building derivations when another build fails."};
Setting<bool> tryFallback{this, tryFallback, "build-fallback",
Setting<bool> tryFallback{this, false, "build-fallback",
"Whether to fall back to building when substitution fails."};
/* Whether to show build log output in real time. */