mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
haskellPackages: small formatting fix to versionedCompilerJobs in release-haskell.nix
This commit is contained in:
parent
f430566c57
commit
0d364a0117
@ -128,13 +128,13 @@ let
|
||||
# ```
|
||||
versionedCompilerJobs = config: mapTestOn {
|
||||
haskell.packages =
|
||||
(lib.mapAttrs (
|
||||
ghc: jobs:
|
||||
lib.filterAttrs (
|
||||
jobName: platforms:
|
||||
lib.elem ghc (config."${jobName}" or [])
|
||||
) jobs
|
||||
) compilerPlatforms);
|
||||
lib.mapAttrs
|
||||
(ghc: jobs:
|
||||
lib.filterAttrs
|
||||
(jobName: platforms: lib.elem ghc (config."${jobName}" or []))
|
||||
jobs
|
||||
)
|
||||
compilerPlatforms;
|
||||
};
|
||||
|
||||
# hydra jobs for `pkgs` of which we import a subset of
|
||||
|
Loading…
Reference in New Issue
Block a user