1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-09-14 04:52:48 +02:00

introduce matrix-lib

This commit is contained in:
2023-01-20 07:53:01 +01:00
parent 5ef8873997
commit 07e95170e8
5 changed files with 66 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
{ matrix-lib }:
{ pkgs, lib, config, ... }:
let
cfg = config.services.matrix-synapse-next;
@@ -31,7 +32,7 @@ in
imports = [
./nginx.nix
(import ./workers.nix {
inherit throw' format matrix-synapse-common-config pluginsEnv;
inherit matrix-lib throw' format matrix-synapse-common-config pluginsEnv;
})
];