Unverified Commit 0365ed6a authored by Matthias Thym's avatar Matthias Thym Committed by GitHub
Browse files

Update pkgs/tools/misc/google-cloud-bigtable-tool/default.nix

Remove platforms meta attribute.
parent 3b2f4e99
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ buildGoModule rec {
    homepage = "https://github.com/GoogleCloudPlatform/cloud-sql-proxy";
    license = licenses.asl20;
    maintainers = with maintainers; [ nicknovitski totoroot ];
    platforms = platforms.all;
    mainProgram = "cloud-sql-proxy";
  };
}