mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2026-01-09 09:53:47 +01:00
load matrix-lib directly inside module
To enable use with non-flakes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ matrix-lib }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
{ matrix-lib ? (import ../lib.nix { inherit lib; }) }:
|
||||
let
|
||||
cfg = config.services.matrix-synapse-next;
|
||||
wcfg = cfg.workers;
|
||||
|
||||
Reference in New Issue
Block a user