Commit b5e0d4b3 authored by Rohit Singh's avatar Rohit Singh
Browse files

netdataCloud: enable cloud support for darwin.

parent c153756c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9552,7 +9552,7 @@ with pkgs;
    protobuf = protobuf_21;
  };
  netdataCloud = netdata.override {
    withCloud = !stdenv.hostPlatform.isDarwin;
    withCloud = true;
    withCloudUi = true;
  };