Skip to content

Commit 677e764

Browse files
committed
Merge remote-tracking branch 'origin/support-revisions-and-more' into support-revisions-and-more
2 parents 8342906 + 1690a9b commit 677e764

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,8 +1124,7 @@ in {
11241124
let
11251125
# This compiler-nix-name will only be used to build nix-tools and cabal-install
11261126
# 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";
1127+
compiler-nix-name = buildBootstrapper.compilerNixName;
11291128
# The ghc boot compiler to use to compile alex, happy and hscolour
11301129
ghc = final.buildPackages.haskell-nix.bootstrap.compiler."${buildBootstrapper.compilerNixName}";
11311130
ghcOverride = ghc // { isHaskellNixCompiler = ghc.isHaskellNixBootCompiler; };

0 commit comments

Comments
 (0)