From 6e9b9a4827fa6280ddbbdf0546f96444208a1a6b Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 14:17:29 -0600 Subject: [PATCH] ormolu and threadscope --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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