setup.sh: shellcheck disable=SC1091

https://github.com/koalaman/shellcheck/wiki/SC1091
This commit is contained in:
happysalada
2021-07-06 09:27:18 +09:00
committed by Raphael Megzari
parent 2bf424d6cc
commit 1a71a5fb08
+1
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
}