diff --git a/flake.nix b/flake.nix index df696c0..e6bb793 100644 --- a/flake.nix +++ b/flake.nix @@ -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