victoriametrics: enable on all platforms supported by go

This commit is contained in:
Yorick van Pelt 2022-10-17 09:50:19 +02:00 committed by zowoq
parent 8e8e33083c
commit d0f9857448

View file

@ -36,6 +36,5 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ yorickvp ivan ];
changelog = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v${version}";
platforms = [ "x86_64-linux" ];
};
}