Skip to content

Commit 922528b

Browse files
committed
Fix hadrianEvalPackages
1 parent 780dec6 commit 922528b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/ghc/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ let
255255
installStage1 = useHadrian && (with haskell-nix.haskellLib; isCrossTarget || isNativeMusl);
256256

257257
hadrianProject =
258-
assert (hadrianEvalPackages.system == "x86_64-linux");
259258
let
260259
compiler-nix-name =
261260
if builtins.compareVersions ghc-version "9.4.7" < 0

0 commit comments

Comments
 (0)