X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=d811b914d20a156f419c328dfd159a3c6ebe4804;hb=1e3b5d6725a84b2060f66e61a59f33ad12aa17f8;hp=aff4e8fa82ac11e1fa84a542eb963806c991ea88;hpb=dd223d5c6da0cfa822151dd706bb14dc1476e4dd;p=rust.git diff --git a/config.toml.example b/config.toml.example index aff4e8fa82a..d811b914d20 100644 --- a/config.toml.example +++ b/config.toml.example @@ -313,6 +313,12 @@ changelog-seen = 2 # this setting's very existence, are all subject to change.) #print-step-rusage = false +# Always patch binaries for usage with Nix toolchains. If `true` then binaries +# will be patched unconditionally. If `false` or unset, binaries will be patched +# only if the current distribution is NixOS. This option is useful when using +# a Nix toolchain on non-NixOS distributions. +#patch-binaries-for-nix = false + # ============================================================================= # General install configuration options # =============================================================================