diff options
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 229f1a96a..1fb9ec746 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -210,7 +210,11 @@ public: In general, you do not have to modify this setting. While you can force Nix to run a Darwin-specific `builder` executable on a Linux machine, the result would obviously be wrong. - This value is available in the Nix language as [`builtins.currentSystem`](@docroot@/language/builtin-constants.md#builtins-currentSystem). + This value is available in the Nix language as + [`builtins.currentSystem`](@docroot@/language/builtin-constants.md#builtins-currentSystem) + if the + [`eval-system`](#conf-eval-system) + configuration option is set as the empty string. )"}; Setting<time_t> maxSilentTime{ |