cachix / install-nix-action

Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.
Apache License 2.0
513 stars 79 forks source link

Make curl less noisy #126

Closed SuperSandro2000 closed 2 years ago

SuperSandro2000 commented 2 years ago

Right now curl logs a bunch of TLS and HTTP debugging things which are most of the time just noise. I think the -v here should be removed. What do you think?

domenkozar commented 2 years ago

There used to be issues with nixos.org and then having silent curl makes it painful to debug what's going on.