dont use proxy vars in nvim
This commit is contained in:
parent
ec01d807a0
commit
0799ca73d0
1 changed files with 17 additions and 0 deletions
17
flake.nix
17
flake.nix
|
@ -288,6 +288,23 @@
|
||||||
fi
|
fi
|
||||||
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"
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue