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

fix indentation

This commit is contained in:
2021-05-23 23:13:31 +02:00
parent f8facc5a43
commit 3784c0fa61

View File

@@ -14,7 +14,7 @@ in
package = lib.mkOption {
type = lib.types.package;
default = pkgs.matrix-synapse;
default = pkgs.matrix-synapse;
};
plugins = lib.mkOption {