about summary refs log tree commit diff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-14T12·42+0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-14T12·42+0200
commitdd3714f6eff44e0777c5e8afcc7a29e283986629 (patch)
treea5f9c2f074b9def5303f9e4065b3095745d11663 /src/libstore/globals.hh
parentda76c72bc9b247092e68411f0bd91ca37c176d0a (diff)
Doh
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 95c8859cfa..f3a6038caf 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. */