From b1d8ee36b222db772c6acc470d42b94582ee26bb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 May 2018 18:27:14 +0200 Subject: patch rss2email --- odin.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/odin.nix b/odin.nix index 4f938cb0..33e6aedb 100644 --- a/odin.nix +++ b/odin.nix @@ -400,6 +400,17 @@ }; }; + nixpkgs.overlays = [ (self: super: { + rss2email = super.rss2email.overridePythonAttrs (old: rec { + src = super.fetchFromGitHub { + owner = "wking"; + repo = "rss2email"; + rev = "0489b589160306794f21341f767118abd91f4ece"; + sha256 = "0gwyxnyysgqzni22l904ipa6raqk29w00g8hz0fwrkvvf76rr19q"; + }; + }); + }]; + systemd.status-mail = { recipient = "root@odin.asgard.yggdrasil"; onFailure = [ "nixos-upgrade" -- cgit v1.2.3