From 0799ca73d0e005d4f17a37657236da0d9ada2a4a Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 12 Nov 2024 16:08:58 -0600 Subject: [PATCH] dont use proxy vars in nvim --- flake.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/flake.nix b/flake.nix index 4c53868..f0d59ca 100644 --- a/flake.nix +++ b/flake.nix @@ -288,6 +288,23 @@ fi fi '' + # Clear proxy environment variables + "--unset" + "http_proxy" + "--unset" + "https_proxy" + "--unset" + "ftp_proxy" + "--unset" + "all_proxy" + "--unset" + "HTTP_PROXY" + "--unset" + "HTTPS_PROXY" + "--unset" + "FTP_PROXY" + "--unset" + "ALL_PROXY" ]; }); };