Merge pull request #122060 from Ma27/hydra-maintainer-fix

maintainers/check-hydra-by-maintainer: use `pkgs.hydra-check` from package set itself
This commit is contained in:
Maximilian Bosch 2021-05-08 23:23:54 +02:00 committed by GitHub
commit c98bdda0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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