remove ntfy

This commit is contained in:
Daniel Olsen
2020-05-21 11:02:29 +02:00
parent 90b10a4f5f
commit 145e2a0048
3 changed files with 0 additions and 27 deletions

View File

@@ -1,11 +0,0 @@
self: super:
{
ntfy = super.ntfy.overrideAttrs (old: rec {
src = super.fetchFromGitHub {
owner = "dschep";
repo = "ntfy";
rev = "d7a359bd6e4902e0067c62058179d8c678361154";
sha256 = "1n08w6h1narq3jwhd4k1p23hyysn6knaij0r1gpnakx9437h6yk4";
};
});
}