diff --git a/nix/haskell.nix b/nix/haskell.nix index 8fe319535b0..a7b4a79289e 100644 --- a/nix/haskell.nix +++ b/nix/haskell.nix @@ -22,7 +22,7 @@ let name = "cardano-node"; compiler-nix-name = lib.mkDefault "ghc8107"; # extra-compilers - flake.variants = lib.genAttrs ["ghc96" "ghc98" "ghc910"] (x: {compiler-nix-name = x;}); + flake.variants = lib.genAttrs ["ghc96" "ghc98"] (x: {compiler-nix-name = x;}); cabalProjectLocal = '' repository cardano-haskell-packages-local url: file:${CHaP}