diff --git a/nix/lib.inc.sh b/nix/lib.inc.sh index 99eabc9..f12c7ca 100644 --- a/nix/lib.inc.sh +++ b/nix/lib.inc.sh @@ -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" }