forked from danio/nixos-matrix-modules
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;
|
|
}
|