diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-04-14T12·42+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-04-14T12·42+0200 |
commit | dd3714f6eff44e0777c5e8afcc7a29e283986629 (patch) | |
tree | a5f9c2f074b9def5303f9e4065b3095745d11663 /src/libstore/globals.hh | |
parent | da76c72bc9b247092e68411f0bd91ca37c176d0a (diff) |
Doh
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 95c8859cfa94..f3a6038cafae 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -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. */ |