From 6ede63b012ff6454fdaff1dc80baf90398f4d812 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 8 Jul 2021 14:45:33 -0400
Subject: [PATCH] speed up a little bit

---
 shell.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shell.nix b/shell.nix
index 72dc0e0..38cab92 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,4 +6,6 @@ in
     # Prevents cabal from choosing alternate plans, so that
     # *all* dependencies are provided by Nix.
     exactDeps = true;
+
+    withHoogle = false;
   }
-- 
GitLab