Fix: Workaround GLIBC not found issue in Webstorm
This commit is contained in:
parent
061f25db39
commit
61a4cc1269
|
@ -6,5 +6,6 @@ function wrap() {
|
|||
|
||||
SHELL_NIX="$REPO/shell.nix"
|
||||
QUOTED_ARGS="$(printf "${1+ %q}" "$@")"
|
||||
export LD_LIBRARY_PATH=
|
||||
exec nix-shell "$SHELL_NIX" --pure --run "$TOOL $QUOTED_ARGS"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue