Skip to content

Commit

Permalink
flake.nix: change defaultGhcVersion to 9.6.1
Browse files Browse the repository at this point in the history
So we don't have to deal the mmap errors on CI
  • Loading branch information
leonschoorl committed Aug 31, 2023
1 parent ed30533 commit f52d2e8
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 @@ -41,7 +41,7 @@
# We pick a single version of GHC to use by default within nix. This is
# probably cleaner than always having N copies of each package / app and
# being forced to refer to them by their GHC version.
defaultGhcVersion = "ghc902";
defaultGhcVersion = "ghc961";

# Overlays are not per-system, so let's only compute them once.
# For each version of GHC we produce a `pkgs.clashPackages-ghcVER`, e.g.
Expand Down

0 comments on commit f52d2e8

Please sign in to comment.