mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
maintainers/check-hydra-by-maintainer: use pkgs.hydra-check
from package set itself
This commit is contained in:
parent
a50b9e6c23
commit
acb7b55d92
@ -48,6 +48,7 @@ let
|
||||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "nixpkgs-update-script";
|
||||
buildInputs = [ pkgs.hydra-check ];
|
||||
buildCommand = ''
|
||||
echo ""
|
||||
echo "----------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user