fix sendmail
This commit is contained in:
parent
ca6cb3e9da
commit
07eecce3f1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
||||||
notifyError = pkgs.writeShellApplication {
|
notifyError = pkgs.writeShellApplication {
|
||||||
name = "notify-error";
|
name = "notify-error";
|
||||||
|
|
||||||
runtimeInputs = [ pkgs.sendmail ];
|
runtimeInputs = [ pkgs.system-sendmail ];
|
||||||
|
|
||||||
text = ''
|
text = ''
|
||||||
from="$1"
|
from="$1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue