fix sendmail

This commit is contained in:
jaina heartles 2025-01-01 20:25:10 -05:00
parent ca6cb3e9da
commit 07eecce3f1

View file

@ -20,7 +20,7 @@ let
notifyError = pkgs.writeShellApplication {
name = "notify-error";
runtimeInputs = [ pkgs.sendmail ];
runtimeInputs = [ pkgs.system-sendmail ];
text = ''
from="$1"