top-level/release-haskell.nix: use top-level git-annex attribute

This saves us from the annoyances of the gitAndTools attribute set which
doesn't have recurseForDerivations and is thus ignored by
packagePlatforms.
This commit is contained in:
sternenseemann 2021-05-04 15:38:20 +02:00
parent 6784d2b87c
commit 07dd4a91f5

View file

@ -67,9 +67,7 @@ let
};
# hydra jobs for `pkgs` of which we import a subset of
pkgsPlatforms = packagePlatforms pkgs // {
gitAndTools = packagePlatforms pkgs.gitAndTools;
};
pkgsPlatforms = packagePlatforms pkgs;
# names of packages in an attribute set that are maintained
maintainedPkgNames = set: builtins.attrNames
@ -110,6 +108,7 @@ let
fffuu
futhark
ghcid
git-annex
git-brunch
gitit
glirc
@ -186,7 +185,6 @@ let
zsh-git-prompt
;
gitAndTools.git-annex = pkgsPlatforms.gitAndTools.git-annex;
elmPackages.elm = pkgsPlatforms.elmPackages.elm;
} // versionedCompilerJobs {
# Packages which should be checked on more than the