chore(tools): Remove bazel & ghc
This commit is contained in:
parent
128875b501
commit
38493b83ea
3 changed files with 0 additions and 8 deletions
|
@ -13,15 +13,9 @@ case "${TARGET_TOOL}" in
|
|||
git-appraise)
|
||||
attr="thirdParty.gitAppraise"
|
||||
;;
|
||||
bazel)
|
||||
attr="bazel"
|
||||
;;
|
||||
stylish-haskell)
|
||||
attr="haskellPackages.stylish-haskell"
|
||||
;;
|
||||
ghc)
|
||||
attr="thirdParty.ghc"
|
||||
;;
|
||||
*)
|
||||
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
||||
exit 1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
__dispatch.sh
|
|
@ -1 +0,0 @@
|
|||
__dispatch.sh
|
Loading…
Reference in a new issue