mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Update pkgs/tools/misc/google-cloud-bigtable-tool/default.nix
Remove platforms meta attribute.
This commit is contained in:
parent
726b85ff99
commit
3b2f4e99db
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue