From 6450347bf13ae8f7f5b9004cbaee353f5670c628 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 25 Aug 2019 20:17:03 +0100 Subject: 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. --- tools/bin/__dispatch.sh | 3 --- tools/bin/ormolu | 1 - 2 files changed, 4 deletions(-) delete mode 120000 tools/bin/ormolu diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh index 1df5957fda..63f941935e 100755 --- a/tools/bin/__dispatch.sh +++ b/tools/bin/__dispatch.sh @@ -22,9 +22,6 @@ case "${TARGET_TOOL}" in blog_cli) attr="tazjin.blog_cli" ;; - ormolu) - attr="ormolu" - ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 diff --git a/tools/bin/ormolu b/tools/bin/ormolu deleted file mode 120000 index 8390ec9c96..0000000000 --- a/tools/bin/ormolu +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file -- cgit 1.4.1