aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-07-18 23:26:36 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-07-19 10:38:30 +0200
commitaba32def7390432855401b815ff21915aba3eb81 (patch)
tree30e196eb30d7e114db38d90ed0534ab14186354b /src/libstore/globals.hh
parent1a220bed9361be2c360f83eb42025f9765c96f34 (diff)
fix wording
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
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).