Skip to content

Commit a542540

Browse files
committed
Change compiler-nix-name to ghc966
1 parent 53f6bec commit a542540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs }:
1111
flake-utils.lib.eachSystem ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"] (system:
1212
let
13-
compiler-nix-name = "ghc963";
13+
compiler-nix-name = "ghc966";
1414

1515
overlays = [
1616
haskellNix.overlay

0 commit comments

Comments
 (0)