From dd3714f6eff44e0777c5e8afcc7a29e283986629 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 14 Apr 2017 14:42:08 +0200 Subject: [PATCH] Doh --- src/libstore/globals.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 95c8859cf..f3a6038ca 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -60,7 +60,7 @@ public: Setting keepGoing{this, false, "keep-going", "Whether to keep building derivations when another build fails."}; - Setting tryFallback{this, tryFallback, "build-fallback", + Setting tryFallback{this, false, "build-fallback", "Whether to fall back to building when substitution fails."}; /* Whether to show build log output in real time. */