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 08e36aa commit 1690a9bCopy full SHA for 1690a9b
overlays/bootstrap.nix
@@ -1124,7 +1124,7 @@ in {
1124
let
1125
# This compiler-nix-name will only be used to build nix-tools and cabal-install
1126
# when checking materialization of alex, happy and hscolour.
1127
- compiler-nix-name = "ghc865";
+ compiler-nix-name = buildBootstrapper.compilerNixName;
1128
# The ghc boot compiler to use to compile alex, happy and hscolour
1129
ghc = final.buildPackages.haskell-nix.bootstrap.compiler."${buildBootstrapper.compilerNixName}";
1130
ghcOverride = ghc // { isHaskellNixCompiler = ghc.isHaskellNixBootCompiler; };
0 commit comments