From 0f08bb62f278a7a7d0bafcbf0792121bbf4ffbeb Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Tue, 22 Aug 2023 09:29:19 +0100 Subject: [PATCH] Suggest enabling patch-binaries-for-nix in `shell.nix` Bootstraps nix detection isn't always perfect: - https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Bootstrapping.20on.20NixOS - https://github.com/rust-lang/rust/issues/115073 --- src/building/suggested.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/building/suggested.md b/src/building/suggested.md index 560062b93..d1ef67e42 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -282,6 +282,7 @@ let changelog-seen = 2 [build] + patch-binaries-for-nix = true # The path to (or name of) the GDB executable to use. This is only used for # executing the debuginfo test suite. gdb = "${pkgs.gdb}/bin/gdb"