netdataCloud: enable cloud support for darwin.

This commit is contained in:
Rohit Singh 2024-09-18 12:31:16 +05:30
parent c153756ce9
commit b5e0d4b336

View File

@ -9552,7 +9552,7 @@ with pkgs;
protobuf = protobuf_21;
};
netdataCloud = netdata.override {
withCloud = !stdenv.hostPlatform.isDarwin;
withCloud = true;
withCloudUi = true;
};