maintainers/check-hydra-by-maintainer: use pkgs.hydra-check from package set itself

This commit is contained in:
Maximilian Bosch 2021-05-07 19:32:10 +02:00
parent a50b9e6c23
commit acb7b55d92
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -48,6 +48,7 @@ let
in
pkgs.stdenv.mkDerivation {
name = "nixpkgs-update-script";
buildInputs = [ pkgs.hydra-check ];
buildCommand = ''
echo ""
echo "----------------------------------------------------------------"