diff --git a/flake.nix b/flake.nix index ff7a9998ad..99ceed63f5 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ # see flake `variants` below for alternative compilers defaultCompiler = "ghc982"; haddockShellCompiler = defaultCompiler; - mingwVersion = "ghc965"; + mingwCompiler = "ghc965"; cabalHeadOverlay = final: prev: { cabal-head =