diff --git a/shell.nix b/shell.nix index c4602e32303..27b50f7ab88 100644 --- a/shell.nix +++ b/shell.nix @@ -95,5 +95,5 @@ let in haskellNixShell // { cabalOnly = cabalShell; - ci = haskellNixShell { withHoogle = false; } + ci = haskellNixShell { withHoogle = false; }; }