Loading pkgs/servers/monitoring/telegraf/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildGoModule , fetchFromGitHub , nixosTests , stdenv , testers , telegraf }: Loading Loading @@ -30,10 +31,11 @@ buildGoModule rec { ]; passthru.tests = { inherit (nixosTests) telegraf; version = testers.testVersion { package = telegraf; }; } // lib.optionalAttrs stdenv.isLinux { inherit (nixosTests) telegraf; }; meta = with lib; { Loading Loading
pkgs/servers/monitoring/telegraf/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildGoModule , fetchFromGitHub , nixosTests , stdenv , testers , telegraf }: Loading Loading @@ -30,10 +31,11 @@ buildGoModule rec { ]; passthru.tests = { inherit (nixosTests) telegraf; version = testers.testVersion { package = telegraf; }; } // lib.optionalAttrs stdenv.isLinux { inherit (nixosTests) telegraf; }; meta = with lib; { Loading