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
This commit is contained in:
parent
d911607b5f
commit
420418db90
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue