warbo-utilities: c93f31f9c5a3c157e216e602845d2660e71d7768

     1: { bash, cacert, openssl, raw, wget, wrap }:
     2: 
     3: wrap {
     4:   name = "checkTV";
     5:   vars = { SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt"; };
     6:   paths = [ bash openssl (openssl.dev or openssl) wget ];
     7:   file = raw."checkTV.sh";
     8: }

Generated by git2html.