Unverified Commit 1c0f0944 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

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

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