diff options
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 50b61725c742..cbc6d4e9848e 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; |