From e8e932bc80719114ba6f67dcf69109142a15c68c Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Sun, 22 Mar 2020 12:49:51 +0100 Subject: nixos/webhook: init --- pkgs/servers/http/webhook/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/servers/http') diff --git a/pkgs/servers/http/webhook/default.nix b/pkgs/servers/http/webhook/default.nix index c19866cf8d87a..6daf06e117aa3 100644 --- a/pkgs/servers/http/webhook/default.nix +++ b/pkgs/servers/http/webhook/default.nix @@ -1,6 +1,7 @@ { lib , buildGoModule , fetchFromGitHub +, nixosTests }: buildGoModule rec { @@ -20,6 +21,8 @@ buildGoModule rec { doCheck = false; + passthru.tests = { inherit (nixosTests) webhook; }; + meta = with lib; { description = "Incoming webhook server that executes shell commands"; homepage = "https://github.com/adnanh/webhook"; -- cgit 1.4.1