1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

catullus: update telebots

This commit is contained in:
Kierán Meinhardt
2019-02-06 13:17:31 +01:00
parent 62556ade56
commit 4024bdd3c2
3 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ in buildPythonApplication rec {
repository = fetchFromGitHub {
owner = "kmein";
repo = "telebots";
rev = "ec4a0636c606e6e6f281df99ad06ae0582c1e292";
sha256 = "129f5x0m4hj5i9y5bi5gjj1j5nih027kp5fv5wx9v4smbm0ph0hd";
rev = "f18d856253492d268d2738616ca5176b311c1f7e";
sha256 = "1snbb2cgr0a9cfca4l1i8xp3k5zrl4jg5s5im6grnnzzm98qacrf";
};
in "${repository.out}/${pname}";

View File

@@ -14,7 +14,6 @@ in {
script = ''${telegram-reverse}/bin/telegram-reverse'';
serviceConfig.Restart = "always";
};
systemd.services.telegram-betacode = {
wantedBy = [ "multi-user.target" ];
description = "Telegram bot for converting Ancient Greek betacode into unicode";

View File

@@ -1,3 +1,4 @@
{ catullus-ssh ? "root@catullus.r" }:
let
krops = builtins.fetchGit {
url = "https://cgit.krebsco.de/krops/";
@@ -22,7 +23,7 @@ let
systems.catullus = pkgs.krops.writeDeploy "deploy-catullus" {
source = source "catullus" ./catullus;
target = "root@catullus.r";
target = catullus-ssh;
};
in systems // {
all = pkgs.writeScript "deploy-all" (lib.concatStringsSep "\n" (lib.attrValues systems));