hydra-config/tigger.nix

8 lines
107 B
Nix

{pkgs ? import <nixpkgs> {}}:
{
tigger = pkgs.lib.hydraJob (import <tigger> {
inherit pkgs;
});
}