Unverified Commit 3b2f4e99 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 726b85ff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ buildGoModule rec {
    homepage = "https://github.com/googleapis/cloud-bigtable-cbt-cli";
    license = licenses.asl20;
    maintainers = with maintainers; [ totoroot ];
    platforms = platforms.all;
    mainProgram = "cbt";
  };
}