From 5c4426332db325e3402a8145eea5e104e7df699e Mon Sep 17 00:00:00 2001 From: Sam Stites Date: Fri, 11 Mar 2022 20:07:27 -0500 Subject: syncproxy binary --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 7562c58..2924023 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -5,4 +5,5 @@ mautrix-twitter = pkgs.callPackage ./mautrix-twitter { }; mautrix-instagram = pkgs.callPackage ./mautrix-instagram { }; mautrix-wsproxy = pkgs.callPackage ./mautrix-wsproxy { }; + mautrix-syncproxy = pkgs.callPackage ./mautrix-syncproxy { }; } -- cgit v1.2.3