chore(tools): Remove ormolu from tools
The Ormolu derivation is too large to be instantiated on-demand. I've resorted to installing this tool into my profile instead.
This commit is contained in:
parent
1747df418e
commit
6450347bf1
2 changed files with 0 additions and 4 deletions
|
@ -22,9 +22,6 @@ case "${TARGET_TOOL}" in
|
||||||
blog_cli)
|
blog_cli)
|
||||||
attr="tazjin.blog_cli"
|
attr="tazjin.blog_cli"
|
||||||
;;
|
;;
|
||||||
ormolu)
|
|
||||||
attr="ormolu"
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
__dispatch.sh
|
|
Loading…
Reference in a new issue