Requires cron, mutt, git, zip
nix-env -iA nixos.mutt nixos.zip nixos.python310
0 19 * * * /home/pearson/kk-builder/entry.sh > /home/pearson/kk-builder/entry.log 2>&1
example .muttrc
set my_pass='<pass>'
set [email protected]
set realname = 'Kokkos Kernels Nightly'
set from = [email protected]
set use_from = yes
set smtp_pass = $my_pass
set smtp_url=smtps://[email protected]
set ssl_force_tls = yes
set ssl_starttls = yes
Soft-link .muttrc to ~/.muttrc