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 ef0a03f + 1d00627 commit 8b0524fCopy full SHA for 8b0524f
src/tools/nix-dev-shell/shell.nix
@@ -14,6 +14,7 @@ pkgs.mkShell {
14
packages = [
15
pkgs.git
16
pkgs.nix
17
+ pkgs.glibc.static
18
x
19
# Get the runtime deps of the x wrapper
20
] ++ lists.flatten (attrsets.attrValues env);
0 commit comments