We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd704bd commit cf4eeffCopy full SHA for cf4eeff
ci.nix
@@ -62,7 +62,7 @@ dimension "Nixpkgs version" nixpkgsVersions (nixpkgsName: nixpkgs-pin:
62
dimension "Cross system" (crossSystems nixpkgsName genericPkgs compiler-nix-name system) (crossSystemName: crossSystem:
63
# Cross builds
64
let pkgs = import pinnedNixpkgsSrc (nixpkgsArgs // { inherit system crossSystem; });
65
- build = import ./build.nix { inherit pkgs ifdLevel; };
+ build = import ./build.nix { inherit pkgs ifdLevel compiler-nix-name; };
66
in pkgs.recurseIntoAttrs (pkgs.lib.optionalAttrs (ifdLevel >= 1) {
67
ghc = pkgs.buildPackages.haskell-nix.compiler."${compiler-nix-name}";
68
# TODO: look into cross compiling ghc itself
0 commit comments