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

This commit is contained in:
Artturin
2024-09-27 19:03:18 +03:00
committed by GitHub
+1 -1
View File
@@ -9539,7 +9539,7 @@ with pkgs;
protobuf = protobuf_21;
};
netdataCloud = netdata.override {
withCloud = !stdenv.hostPlatform.isDarwin;
withCloud = true;
withCloudUi = true;
};