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" ]; }); };