nixos/prosody: fix escape

This commit is contained in:
volth
2019-09-17 00:20:05 +00:00
committed by GitHub
parent fbd2b55715
commit b384420f2c

View File

@@ -465,7 +465,7 @@ in
modules_enabled = {
${ lib.concatStringsSep "\n\ \ " (lib.mapAttrsToList
${ lib.concatStringsSep "\n " (lib.mapAttrsToList
(name: val: optionalString val "${toLua name};")
cfg.modules) }
${ lib.concatStringsSep "\n" (map (x: "${toLua x};") cfg.package.communityModules)}