Skip to content

Commit 1d00627

Browse files
committed
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
1 parent be00ea1 commit 1d00627

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)