nixos-config/overlays/dogetipbot-telegram.nix

10 lines
291 B
Nix
Raw Normal View History

2018-06-28 20:52:31 +02:00
self: super:
{
dogetipbot-telegram = super.callPackage (super.fetchgit {
url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git";
2019-01-24 09:52:40 +01:00
rev = "a63408de18d447983d65a51f176c35e434327517";
sha256 = "12y7yd114cz64blgnyljpnnqbycsp0f1ljzaiqq05a5xa4pjvwyf";
2018-06-28 20:52:31 +02:00
}) { pkgs = self; };
}