add gcloud-wrapper

This commit is contained in:
2025-10-21 11:15:01 +00:00
parent 76c7f9b81f
commit ffca4cbf52
5 changed files with 167 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{ buildGoModule }:
buildGoModule {
name = "gcloud-wrapper";
src = ./.;
vendorHash = null;
}