From bad713af121e02e02d09b991ade52cd26055952d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 May 2018 18:30:38 +0200 Subject: only locally... --- odin.nix | 11 ----------- users/gkleen@odin.nix | 8 ++++++++ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/odin.nix b/odin.nix index cec175d2..4f938cb0 100644 --- a/odin.nix +++ b/odin.nix @@ -400,17 +400,6 @@ }; }; - 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" diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix index 2cfd74cc..d38cf358 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix @@ -1,5 +1,13 @@ { packageOverrides = pkgs: { strm = pkgs.callPackage ../odin/strm.nix {}; + rss2email = pkgs.rss2email.overridePythonAttrs (old: rec { + src = pkgs.fetchFromGitHub { + owner = "wking"; + repo = "rss2email"; + rev = "0489b589160306794f21341f767118abd91f4ece"; + sha256 = "0gwyxnyysgqzni22l904ipa6raqk29w00g8hz0fwrkvvf76rr19q"; + }; + }); } // (import ../utils/nix/default.nix) pkgs (import {}); } -- cgit v1.2.3