From 7053bc50c02e9edd24cbffa470e87e8bf44c82cc Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Thu, 26 Feb 2026 09:26:33 +0000 Subject: [PATCH] prometheus: Set `proxyVendor` for Go workspace in 3.10.0 --- pkgs/by-name/pr/prometheus/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/pr/prometheus/package.nix b/pkgs/by-name/pr/prometheus/package.nix index 7388b7a2bf94..447956b6f3da 100644 --- a/pkgs/by-name/pr/prometheus/package.nix +++ b/pkgs/by-name/pr/prometheus/package.nix @@ -90,6 +90,8 @@ buildGoModule (finalAttrs: { src ; + proxyVendor = true; + outputs = [ "out" "doc"