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";
2018-07-09 17:18:43 +02:00
rev = "3bf1c89aaccded42ce41452c72f7ebf6d4d056ca";
sha256 = "1gd1wi054ihbxanvj1ac7mz5ghnxab89a0r3i4hy482sglbxqcih";
2018-06-28 20:52:31 +02:00
}) { pkgs = self; };
}