nixpkgs-odroid-hc4/pkgs/data/misc/cacert/setup-hook.sh
2025-12-20 09:59:59 +11:00

7 lines
234 B
Bash

export NIX_SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
# compatibility
# - openssl
export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
# - Haskell x509-system
export SYSTEM_CERTIFICATE_PATH=@out@/etc/ssl/certs/ca-bundle.crt