From 24c8e8cf88b91663262821af3ef9002fb94bdfd6 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Tue, 22 Aug 2023 22:50:21 +0100 Subject: [PATCH] Suggest enabling patch-binaries-for-nix in `shell.nix` (#1774) 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 560062b9..d1ef67e4 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"