Update pkgs/servers/monitoring/kapacitor/default.nix

Remove platforms meta attribute as this is automatically set for GoModules.
This commit is contained in:
Matthias Thym
2023-10-16 08:01:15 +02:00
committed by GitHub
parent e5d88c521d
commit d635e36bc6
@@ -89,6 +89,5 @@ buildGoModule rec {
license = licenses.mit;
changelog = "https://github.com/influxdata/kapacitor/blob/master/CHANGELOG.md";
maintainers = with maintainers; [ offline totoroot ];
platforms = with platforms; linux;
};
}