Skip to content

Commit

Permalink
Make GHC 9.10 the default in flake.nix.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodiv committed Oct 15, 2024
1 parent 79ec207 commit 029419b
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 = "ghc98";
defaultGhcVersion = "ghc910";

# 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 029419b

Please sign in to comment.