forked from lix-project/lix
Doh
This commit is contained in:
parent
da76c72bc9
commit
dd3714f6ef
|
@ -60,7 +60,7 @@ public:
|
||||||
Setting<bool> keepGoing{this, false, "keep-going",
|
Setting<bool> keepGoing{this, false, "keep-going",
|
||||||
"Whether to keep building derivations when another build fails."};
|
"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 fall back to building when substitution fails."};
|
||||||
|
|
||||||
/* Whether to show build log output in real time. */
|
/* Whether to show build log output in real time. */
|
||||||
|
|
Loading…
Reference in a new issue