Add nix LD_LIBRARY_PATH fix

This commit is contained in:
Ivan Malison 2024-03-11 21:52:15 -06:00
parent be47dcdba2
commit e1600751e0

View File

@ -3,4 +3,4 @@ GQL_DIR=$(dirname $(dirname "$(realpath "$BASH_SOURCE")"))
cd $GQL_DIR
nix develop --impure --command bash "$GQL_DIR/bin/assert-no-changes.sh"
LD_LIBRARY_PATH="" nix develop --impure --command bash "$GQL_DIR/bin/assert-no-changes.sh"