diff --git a/shell.nix b/shell.nix
index 72dc0e0a4a5103d7b226b33c06b199806e87ea6a..38cab920fe247703970315dbfc70fb6aecfa722c 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;
   }