File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dimension "Nixpkgs version" nixpkgsVersions (nixpkgsName: nixpkgs-pin:
102
102
dimension "Cross system" ( crossSystems nixpkgsName evalPackages compiler-nix-name system ) ( crossSystemName : crossSystem :
103
103
# Cross builds
104
104
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 ; } ;
106
106
in pkgs . recurseIntoAttrs ( pkgs . lib . optionalAttrs ( ifdLevel >= 1 ) ( {
107
107
roots = pkgs . haskell-nix . roots' compiler-nix-name ifdLevel ;
108
108
ghc = pkgs . buildPackages . haskell-nix . compiler . "${ compiler-nix-name } " ;
You can’t perform that action at this time.
0 commit comments