mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2026-06-23 00:17:57 +02:00
8 lines
246 B
Nix
8 lines
246 B
Nix
{ nixpkgs, pkgs, matrix-lib, ... }:
|
|
{
|
|
nginx-pipeline-eval = pkgs.callPackage ./nginx-pipeline { inherit nixpkgs matrix-lib; };
|
|
|
|
synapse = pkgs.testers.runNixOSTest ./synapse;
|
|
synapse-workers = pkgs.testers.runNixOSTest ./synapse-workers;
|
|
}
|