Files
nixos-matrix-modules/tests/default.nix
T
oysteikt f426b65172 tests/synapse: init
This commit ports a part of the integration test from nixpkgs to be used for
the matrix-synapse-next module.
2026-06-22 11:27:03 +02:00

7 lines
181 B
Nix

{ nixpkgs, pkgs, matrix-lib, ... }:
{
nginx-pipeline-eval = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
synapse = pkgs.testers.runNixOSTest ./synapse;
}