mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 04:59:01 +00:00
setup.sh: shellcheck disable=SC1091
https://github.com/koalaman/shellcheck/wiki/SC1091
This commit is contained in:
parent
2bf424d6cc
commit
1a71a5fb08
@ -510,6 +510,7 @@ activatePackage() {
|
||||
fi
|
||||
|
||||
if [[ -f "$pkg/nix-support/setup-hook" ]]; then
|
||||
# shellcheck disable=SC1091
|
||||
source "$pkg/nix-support/setup-hook"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user