{ mode }: with import ./config.nix; mkDerivation ( { name = "ssl-export"; buildCommand = '' # Add some indirection, otherwise grepping into the debug output finds the string. report () { echo CERT_$1_IN_SANDBOX; } if [ -f /etc/ssl/certs/ca-certificates.crt ]; then content=$(