1 { lib, buildGoModule, fetchFromGitHub }:
3 pname = "nix-store-gcs-proxy";
6 src = fetchFromGitHub {
8 repo = "nix-store-gcs-proxy";
10 sha256 = "0804p65px4wd7gzxggpdxsazkd1hbz1p15zzaxf9ygc6sh26ncln";
13 vendorSha256 = "sha256-Bm3yFzm2LXOPYWQDk/UBusV0lPfc/BCKIb3pPlWgDFo=";
15 ldflags = [ "-s" "-w" ];
18 description = "A HTTP nix store that proxies requests to Google Storage";
19 homepage = "https://github.com/tweag/nix-store-gcs-proxy";
20 license = lib.licenses.asl20;
21 maintainers = with lib.maintainers; [ zimbatm ];