]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se
[rust.git] / config.toml.example
index aff4e8fa82ac11e1fa84a542eb963806c991ea88..d811b914d20a156f419c328dfd159a3c6ebe4804 100644 (file)
@@ -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
 # =============================================================================