We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca8737 commit d21eeb2Copy full SHA for d21eeb2
1 file changed
nix/haskell.nix
@@ -42,7 +42,7 @@ let
42
in {
43
src = ../.;
44
name = "cardano-node";
45
- compiler-nix-name = lib.mkDefault (if pkgs.stdenv.hostPlatform.isWindows then windowsCompilerNixName else "ghc967");
+ compiler-nix-name = "ghc9122";
46
# Extra-compilers
47
# flake.variants = lib.genAttrs ["ghc$VERSION"] (x: {compiler-nix-name = x;});
48
cabalProjectLocal = ''
0 commit comments