Commit 7d68a055 authored by Pim Kunis's avatar Pim Kunis
Browse files

gatus: add nixosTest

parent f1daa46d
Loading
Loading
Loading
Loading
+17 −9
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub }:
{
  lib,
  buildGoModule,
  fetchFromGitHub,
  nixosTests,
}:

buildGoModule rec {
  pname = "gatus";
@@ -15,8 +20,11 @@ buildGoModule rec {

  subPackages = [ "." ];

  meta = with lib;
    {
  passthru.tests = {
    inherit (nixosTests) gatus;
  };

  meta = with lib; {
    description = "Automated developer-oriented status page";
    homepage = "https://gatus.io";
    license = licenses.asl20;