0
2
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2026-06-26 17:49:44 +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
+2
View File
@@ -1,4 +1,6 @@
{ nixpkgs, pkgs, matrix-lib, ... }:
{
nginx-pipeline-eval = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
synapse = pkgs.testers.runNixOSTest ./synapse;
}