Update pkgs/servers/monitoring/kapacitor/default.nix
Remove platforms meta attribute as this is automatically set for GoModules.
This commit is contained in:
parent
e5d88c521d
commit
d635e36bc6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue