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

View File

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