Skip to content

Commit 25a5cd9

Browse files
committed
nix: revert from ghc927 to ghc926
since support for 9.2.7 is not yet merged in haskell.nix master.
1 parent 503ade6 commit 25a5cd9

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

flake.lock

+3-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
url = "github:input-output-hk/hackage.nix";
1515
flake = false;
1616
};
17-
nixTools = {
18-
url = "github:input-output-hk/nix-tools";
19-
flake = false;
20-
};
2117
haskellNix = {
2218
url = "github:input-output-hk/haskell.nix";
2319
inputs.nixpkgs.follows = "nixpkgs";

nix/haskell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121
name = "cardano-node";
2222
compiler-nix-name = lib.mkDefault "ghc8107";
2323
# extra-compilers
24-
flake.variants = lib.genAttrs ["ghc927"] (x: {compiler-nix-name = x;});
24+
flake.variants = lib.genAttrs ["ghc926"] (x: {compiler-nix-name = x;});
2525
cabalProjectLocal = ''
2626
allow-newer: terminfo:base
2727
'' + lib.optionalString pkgs.stdenv.hostPlatform.isWindows ''

0 commit comments

Comments
 (0)