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:
@@ -1,4 +1,6 @@
|
||||
{ nixpkgs, pkgs, matrix-lib, ... }:
|
||||
{
|
||||
nginx-pipeline-eval = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
|
||||
|
||||
synapse = pkgs.testers.runNixOSTest ./synapse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user