Loading pkgs/by-name/km/kminion/package.nix +11 −5 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule, { lib , stdenv , fetchFromGitHub , buildGoModule , nixosTests }: buildGoModule { Loading @@ -26,7 +27,12 @@ buildGoModule { "-X main.builtAt=unknown" ]; passthru.updateScript = ./update.sh; passthru = { tests = { inherit (nixosTests.prometheus-exporters) kafka; }; updateScript = ./update.sh; }; meta = with lib; { description = "Feature-rich Prometheus exporter for Apache Kafka written in Go"; Loading Loading
pkgs/by-name/km/kminion/package.nix +11 −5 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule, { lib , stdenv , fetchFromGitHub , buildGoModule , nixosTests }: buildGoModule { Loading @@ -26,7 +27,12 @@ buildGoModule { "-X main.builtAt=unknown" ]; passthru.updateScript = ./update.sh; passthru = { tests = { inherit (nixosTests.prometheus-exporters) kafka; }; updateScript = ./update.sh; }; meta = with lib; { description = "Feature-rich Prometheus exporter for Apache Kafka written in Go"; Loading