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