Loading pkgs/by-name/ga/gatus/package.nix +17 −9 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub, nixosTests, }: buildGoModule rec { pname = "gatus"; Loading @@ -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; Loading Loading
pkgs/by-name/ga/gatus/package.nix +17 −9 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub, nixosTests, }: buildGoModule rec { pname = "gatus"; Loading @@ -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; Loading