We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a957005 + 7803f2e commit 0ba5cb4Copy full SHA for 0ba5cb4
pkgs/modules/replit-rtld-loader/default.nix
@@ -8,6 +8,7 @@
8
9
replit.env = {
10
LD_AUDIT = "${pkgs.replit-rtld-loader}/rtld_loader.so";
11
+ GLIBC_TUNABLES = "glibc.rtld.optional_static_tls=2500";
12
};
13
}
14
0 commit comments