maintainers/check-hydra-by-maintainer: use pkgs.hydra-check
from package set itself
This commit is contained in:
parent
a50b9e6c23
commit
acb7b55d92
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ let
|
|||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "nixpkgs-update-script";
|
||||
buildInputs = [ pkgs.hydra-check ];
|
||||
buildCommand = ''
|
||||
echo ""
|
||||
echo "----------------------------------------------------------------"
|
||||
|
|
Loading…
Reference in a new issue