We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bb0c4 commit baa97e3Copy full SHA for baa97e3
flake.nix
@@ -85,7 +85,7 @@
85
86
ifdLevel = 3;
87
runningHydraEvalTest = false;
88
- defaultCompiler = "ghc928";
+ defaultCompiler = "ghc966";
89
config = import ./config.nix;
90
91
inherit (nixpkgs) lib;
hix/init/nix/hix.nix
@@ -1,6 +1,6 @@
1
{pkgs, ...}: {
2
# name = "project-name";
3
- compiler-nix-name = "ghc92"; # Version of GHC to use
+ compiler-nix-name = "ghc96"; # Version of GHC to use
4
5
# Cross compilation support:
6
# crossPlatforms = p: pkgs.lib.optionals pkgs.stdenv.hostPlatform.isx86_64 ([
0 commit comments