fix wording

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Valentin Gagarin 2023-07-18 23:26:36 +02:00
parent 1a220bed93
commit aba32def73

View file

@ -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).