setup.sh: shellcheck disable=SC1091

https://github.com/koalaman/shellcheck/wiki/SC1091
This commit is contained in:
happysalada 2021-06-24 19:48:45 +09:00 committed by Raphael Megzari
parent 2bf424d6cc
commit 1a71a5fb08

View file

@ -510,6 +510,7 @@ activatePackage() {
fi
if [[ -f "$pkg/nix-support/setup-hook" ]]; then
# shellcheck disable=SC1091
source "$pkg/nix-support/setup-hook"
fi
}