Skip to content

Commit 7ade088

Browse files
committed
Fix evalPackages in ci for cross compilers
1 parent 2cc07bd commit 7ade088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dimension "Nixpkgs version" nixpkgsVersions (nixpkgsName: nixpkgs-pin:
102102
dimension "Cross system" (crossSystems nixpkgsName evalPackages compiler-nix-name system) (crossSystemName: crossSystem:
103103
# Cross builds
104104
let pkgs = import pinnedNixpkgsSrc (nixpkgsArgs // { inherit system crossSystem; });
105-
build = import ./build.nix { inherit pkgs ifdLevel compiler-nix-name; };
105+
build = import ./build.nix { inherit pkgs evalPackages ifdLevel compiler-nix-name; };
106106
in pkgs.recurseIntoAttrs (pkgs.lib.optionalAttrs (ifdLevel >= 1) ({
107107
roots = pkgs.haskell-nix.roots' compiler-nix-name ifdLevel;
108108
ghc = pkgs.buildPackages.haskell-nix.compiler."${compiler-nix-name}";

0 commit comments

Comments
 (0)