Skip to content

Commit 1690a9b

Browse files
committed
Use bootstrap compiler to check materialisations
1 parent 08e36aa commit 1690a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +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-
compiler-nix-name = "ghc865";
1127+
compiler-nix-name = buildBootstrapper.compilerNixName;
11281128
# The ghc boot compiler to use to compile alex, happy and hscolour
11291129
ghc = final.buildPackages.haskell-nix.bootstrap.compiler."${buildBootstrapper.compilerNixName}";
11301130
ghcOverride = ghc // { isHaskellNixCompiler = ghc.isHaskellNixBootCompiler; };

0 commit comments

Comments
 (0)