$ export https_proxy=socks5://xxx:port
$ nix build . # proxy does not work
root# export https_proxy=socks5://xxx:port
root# nix build . # work
proxy setting for normal user does not work, nix build . does not download success, but if I setting proxy with root acount, and build with root account, the proxy will work.
Does anyone meet this issue?