Revert "gcloud-wrapper: experiments for zig 0.15"

This reverts commit 11093140aa.
This commit is contained in:
2025-10-27 15:36:44 +00:00
parent 11093140aa
commit f8c0249942
5 changed files with 145 additions and 310 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs }:
{ buildGoModule, pkgs }:
let
gcloud-wrapper = pkgs.stdenv.mkDerivation {
gcloud-wrapper = buildGoModule {
name = "gcloud-wrapper";
src = ./.;
nativeBuildInputs = [ pkgs.pkgs-unstable.zig_0_15.hook ];
vendorHash = null;
};
in
pkgs.symlinkJoin {