You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can indeed fix it for now by setting the shellHook or, in the case you're running NixOS, by setting environment.variables."SSL_CERT_FILE" = "/etc/ssl/certs/ca-bundle.crt";.
Because this is a duplicate of the issues you refer to I am closing this.
Issue description
git
does not work innix-shell
. This seems to be an SSL related issue (cf. #15933, #15571, #13744).Steps to reproduce
(I have both
git
andstack
installed in the system-wide environment.)In a Haskell project:
Technical details
nixos-version
, Ubuntu/Fedora:lsb_release -a
, ...)nix-env --version
)nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion
)"16.09pre84674.fbde3a7"
The text was updated successfully, but these errors were encountered: