From 07eecce3f14122cb153d1804c4bf8c035f752c2b Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Wed, 1 Jan 2025 20:25:10 -0500 Subject: [PATCH] fix sendmail --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index 32a053e..b542aff 100644 --- a/backup.nix +++ b/backup.nix @@ -20,7 +20,7 @@ let notifyError = pkgs.writeShellApplication { name = "notify-error"; - runtimeInputs = [ pkgs.sendmail ]; + runtimeInputs = [ pkgs.system-sendmail ]; text = '' from="$1"