0
2
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2026-07-17 03:10:27 +02:00

test/synapse-workers: init

This commit is contained in:
2026-06-22 16:25:21 +09:00
parent eca9ad769c
commit 2afe9fe63d
3 changed files with 54 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@
nginx-pipeline-eval = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
synapse = pkgs.testers.runNixOSTest ./synapse;
synapse-workers = pkgs.testers.runNixOSTest ./synapse-workers;
}