Skip to content

Commit a71d86b

Browse files
committed
Try ghc966 again
1 parent f526220 commit a71d86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 "ghc967";
24+
compiler-nix-name = lib.mkDefault "ghc966";
2525
# Extra-compilers
2626
# flake.variants = lib.genAttrs ["ghc$VERSION"] (x: {compiler-nix-name = x;});
2727
cabalProjectLocal = ''

0 commit comments

Comments
 (0)