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 3da603b commit 148f475Copy full SHA for 148f475
1 file changed
nix/haskell.nix
@@ -21,7 +21,7 @@ let
21
{
22
src = ../.;
23
name = "cardano-node";
24
- compiler-nix-name = lib.mkDefault (if pkgs.stdenv.hostPlatform.isWindows then "ghc9122" else "ghc967");
+ compiler-nix-name = "ghc9122";
25
# Extra-compilers
26
# flake.variants = lib.genAttrs ["ghc$VERSION"] (x: {compiler-nix-name = x;});
27
cabalProjectLocal = ''
0 commit comments