kat-tv migrate into services finalization

This commit is contained in:
kat witch 2021-08-12 05:24:44 +01:00
parent 8f42a2fda8
commit 744ce9124c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 96 additions and 419 deletions

View file

@ -80,14 +80,6 @@ let
kat-glauca-dns = self.callPackage ./kat-glauca-dns { };
kat-tv = import ./kat-tv { pkgs = self; lib = self.lib; };
kat-tv-ingest = import ./kat-tv-ingest { pkgs = self; lib = self.lib; };
kat-website = self.callPackage ./kat-website { };
kat-weather = self.callPackage ./kat-weather { };
kat-gpg-status = self.callPackage ./kat-gpg-status { };
kat-tw-export = self.callPackage ./kat-tw-export { };