about summary refs log tree commit diff
diff options
context:
space:
mode:
-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. */