diff --git a/pkgs/tools/misc/google-cloud-bigtable-tool/default.nix b/pkgs/tools/misc/google-cloud-bigtable-tool/default.nix index 80701dfae431..3c61159bf972 100644 --- a/pkgs/tools/misc/google-cloud-bigtable-tool/default.nix +++ b/pkgs/tools/misc/google-cloud-bigtable-tool/default.nix @@ -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"; }; }