zt-tcp-relay: init at 2023-07-11

This commit is contained in:
Jörg Thalheim
2024-01-12 13:49:36 +01:00
parent 31fcd44351
commit a7551c16e2
2 changed files with 27 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
packages = {
tea-create-pr = pkgs.callPackage ./tea-create-pr { };
zerotier-members = pkgs.callPackage ./zerotier-members { };
zt-tcp-relay = pkgs.callPackage ./zt-tcp-relay { };
merge-after-ci = pkgs.callPackage ./merge-after-ci {
inherit (config.packages) tea-create-pr;
};