Update pkgs/servers/monitoring/kapacitor/default.nix
Remove platforms meta attribute as this is automatically set for GoModules.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user