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