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-22 11:01:25 +01:00
rev = "33e5a2273cc1e447dec9a37676913915706fd332";
sha256 = "1rzv5qd7bj1dzx5qa2h4mdzzvxk77hz3svfcg7hq0sff8a7npk46";
2018-06-28 20:52:31 +02:00
}) { pkgs = self; };
}