diff --git a/flake.nix b/flake.nix index 36b8ef5..b2e17b2 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ let pkgs = nixpkgs.legacyPackages.x86_64-linux; - ghc = pkgs.haskell.packages.ghc928.ghcWithHoogle (self: with self; + ghc' = pkgs.haskell.packages.ghc928.ghcWithHoogle (self: with self; [ relude split @@ -70,7 +70,7 @@ in pkgs.mkShell { buildInputs = with pkgs.haskellPackages; [ - ghc + ghc' haskell-language-server ghcid