Skip to content

Commit

Permalink
Change compiler-nix-name to ghc966
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 29, 2024
1 parent 53f6bec commit a542540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs }:
flake-utils.lib.eachSystem ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"] (system:
let
compiler-nix-name = "ghc963";
compiler-nix-name = "ghc966";

overlays = [
haskellNix.overlay
Expand Down

0 comments on commit a542540

Please sign in to comment.