Skip to content

Commit cf4eeff

Browse files
committed
Add missing compiler-nix-name in ci.nix
1 parent dd704bd commit cf4eeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dimension "Nixpkgs version" nixpkgsVersions (nixpkgsName: nixpkgs-pin:
6262
dimension "Cross system" (crossSystems nixpkgsName genericPkgs compiler-nix-name system) (crossSystemName: crossSystem:
6363
# Cross builds
6464
let pkgs = import pinnedNixpkgsSrc (nixpkgsArgs // { inherit system crossSystem; });
65-
build = import ./build.nix { inherit pkgs ifdLevel; };
65+
build = import ./build.nix { inherit pkgs ifdLevel compiler-nix-name; };
6666
in pkgs.recurseIntoAttrs (pkgs.lib.optionalAttrs (ifdLevel >= 1) {
6767
ghc = pkgs.buildPackages.haskell-nix.compiler."${compiler-nix-name}";
6868
# TODO: look into cross compiling ghc itself

0 commit comments

Comments
 (0)