ormolu and threadscope

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 14:17:29 -06:00
parent 538178ccfa
commit 6e9b9a4827

View File

@ -52,7 +52,7 @@
# Programs you want to make available in the shell.
# Default programs can be disabled by setting to 'null'
# tools = hp: { fourmolu = hp.fourmolu; ghcid = null; };
tools = hp: { ormolu = hp.ormolu; threadscope = hp.threadscope; };
# Check that haskell-language-server works
# hlsCheck.enable = true; # Requires sandbox to be disabled