From a375e456083978fab191bcbfb75f6af1f7ed3165 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 5 Feb 2026 17:07:22 -0600 Subject: [PATCH] Unset proxy environment variables in gcpropose --- flakes/common/nix_modules/git/gcpropose.func.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flakes/common/nix_modules/git/gcpropose.func.sh b/flakes/common/nix_modules/git/gcpropose.func.sh index 6dc379dc..8301a2e0 100644 --- a/flakes/common/nix_modules/git/gcpropose.func.sh +++ b/flakes/common/nix_modules/git/gcpropose.func.sh @@ -9,6 +9,9 @@ gcmp() { } gcpropose() { + export all_proxy='' + export http_proxy='' + export https_proxy='' local LITELLM_BASE_URL="http://h001.net.joshuabell.xyz:8094" local LITELLM_MODEL="azure-gpt-5-mini-2025-08-07"