0
2
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2026-06-27 01:59:42 +02:00

tests/synapse: init

This commit ports a part of the integration test from nixpkgs to be used for
the matrix-synapse-next module.
This commit is contained in:
2026-06-22 15:17:26 +09:00
parent 8a095ef501
commit f426b65172
3 changed files with 219 additions and 1 deletions
+4 -1
View File
@@ -26,7 +26,10 @@
matrix-lib = self.lib;
};
in {
inherit (tests) nginx-pipeline-eval;
inherit (tests)
nginx-pipeline-eval
synapse
;
});
};
}