Fix: Workaround GLIBC not found issue in Webstorm

This commit is contained in:
baldo 2022-05-23 10:49:09 +02:00
parent 061f25db39
commit 61a4cc1269

View file

@ -6,5 +6,6 @@ function wrap() {
SHELL_NIX="$REPO/shell.nix" SHELL_NIX="$REPO/shell.nix"
QUOTED_ARGS="$(printf "${1+ %q}" "$@")" QUOTED_ARGS="$(printf "${1+ %q}" "$@")"
export LD_LIBRARY_PATH=
exec nix-shell "$SHELL_NIX" --pure --run "$TOOL $QUOTED_ARGS" exec nix-shell "$SHELL_NIX" --pure --run "$TOOL $QUOTED_ARGS"
} }