Martin

Results 16 comments of Martin

Hmm, but `GIT_PROXY_COMMAND` and `SOCKS_SERVER` are not set in my environment. Do you really think that would help?

So, adding `impureEnvVars = stdenv.lib.fetchers.proxyImpureEnvVars;` to `mkDerivation` funs in lib.nix did not change the output.

Could this come from a SSL certificate problem? I'm really perplexed by this error.

Both `git` and `curl` run without trouble in a pure nix-shell. Let's look at `env` comparisons: in a `nix-shell --pure -p git`: ``` CONFIG_SHELL=/nix/store/hqi64wjn83nw4mnf9a5z9r4vmpl72j3r-bash-4.4-p12/bin/bash DISPLAY=:0.0 HOME=/home/eeva IN_NIX_SHELL=1 LOGNAME=eeva NIX_BUILD_CORES=1 NIX_BUILD_TOP=/run/user/1000...

That was it. For now I can build if I set the nix sandbox config option to false.

I suspect this happens because I'm using sandboxing for my builds.