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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 760655302..63ac54e97 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -207,7 +207,7 @@ public:
- `armv6l-linux`
- `armv7l-linux`
- In general, it never makes sense to modify this value when building derivations.
+ 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).