mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2026-06-23 16:37:56 +02:00
f426b65172
This commit ports a part of the integration test from nixpkgs to be used for the matrix-synapse-next module.
7 lines
181 B
Nix
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;
|
|
}
|