netdataCloud: enable cloud support for darwin. (#342708)

This commit is contained in:
Artturin 2024-09-27 19:03:18 +03:00 committed by GitHub
commit 1c0f094495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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