Skip to content

Commit 148f475

Browse files
committed
nix: use GHC9.12
1 parent 3da603b commit 148f475

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
@@ -21,7 +21,7 @@ let
2121
{
2222
src = ../.;
2323
name = "cardano-node";
24-
compiler-nix-name = lib.mkDefault (if pkgs.stdenv.hostPlatform.isWindows then "ghc9122" else "ghc967");
24+
compiler-nix-name = "ghc9122";
2525
# Extra-compilers
2626
# flake.variants = lib.genAttrs ["ghc$VERSION"] (x: {compiler-nix-name = x;});
2727
cabalProjectLocal = ''

0 commit comments

Comments
 (0)