fix indentation

This commit is contained in:
Daniel Lovbrotte Olsen 2021-05-23 23:13:31 +02:00
parent f8facc5a43
commit 3784c0fa61
1 changed files with 1 additions and 1 deletions

View File

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