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";
rev = "ebf12e00a4dccf1621b695ecbdb0753f1e3f6052";
sha256 = "04xkp6djq8h3sdh8q9bs1ii0x1hbqb0icnsni7kp7wrr1w910dni";
}) { pkgs = self; };
}