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.
2 parents 8342906 + 1690a9b commit 677e764Copy full SHA for 677e764
overlays/bootstrap.nix
@@ -1124,8 +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
- # TODO FIX THIS MAKE SURE THIS IS AVAILABLE ON EVERY ARCH
1128
- compiler-nix-name = "ghc8107";
+ compiler-nix-name = buildBootstrapper.compilerNixName;
1129
# The ghc boot compiler to use to compile alex, happy and hscolour
1130
ghc = final.buildPackages.haskell-nix.bootstrap.compiler."${buildBootstrapper.compilerNixName}";
1131
ghcOverride = ghc // { isHaskellNixCompiler = ghc.isHaskellNixBootCompiler; };
0 commit comments