Skip to content

Commit 2fa99e9

Browse files
authored
Unrolled build for #145451
Rollup merge of #145451 - WaffleLapkin:norailoveyou, r=Noratrieb Add static glibc to the nix dev shell This fixes `tests/ui/process/nofile-limit.rs` which fails to link on nixos for me without this change.
2 parents 425a9c0 + 1d00627 commit 2fa99e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/nix-dev-shell/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pkgs.mkShell {
1414
packages = [
1515
pkgs.git
1616
pkgs.nix
17+
pkgs.glibc.static
1718
x
1819
# Get the runtime deps of the x wrapper
1920
] ++ lists.flatten (attrsets.attrValues env);

0 commit comments

Comments
 (0)