Skip to content

Commit d21eeb2

Browse files
committed
nix: use GHC9.12.2
1 parent 6ca8737 commit d21eeb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let
4242
in {
4343
src = ../.;
4444
name = "cardano-node";
45-
compiler-nix-name = lib.mkDefault (if pkgs.stdenv.hostPlatform.isWindows then windowsCompilerNixName else "ghc967");
45+
compiler-nix-name = "ghc9122";
4646
# Extra-compilers
4747
# flake.variants = lib.genAttrs ["ghc$VERSION"] (x: {compiler-nix-name = x;});
4848
cabalProjectLocal = ''

0 commit comments

Comments
 (0)