aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 50b61725c..cbc6d4e98 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -183,6 +183,9 @@ struct Settings {
(to prevent them from being GCed). */
bool envKeepDerivations;
+ /* Whether to lock the Nix client and worker to the same CPU. */
+ bool lockCPU;
+
private:
SettingsMap settings, overrides;