fix typo in concatStringsSep
This commit is contained in:
parent
a7dc96e04c
commit
1d2524cb93
|
@ -7,7 +7,7 @@
|
||||||
inherit (lib.modules) mkIf;
|
inherit (lib.modules) mkIf;
|
||||||
inherit (lib.trivial) boolToString;
|
inherit (lib.trivial) boolToString;
|
||||||
inherit (lib.attrsets) mapAttrsToList optionalAttrs;
|
inherit (lib.attrsets) mapAttrsToList optionalAttrs;
|
||||||
inherit (lib.strings) coptionalString oncatStringsSep;
|
inherit (lib.strings) coptionalString concatStringsSep;
|
||||||
inherit (pkgs) writeText writeShellScript;
|
inherit (pkgs) writeText writeShellScript;
|
||||||
|
|
||||||
cfg = config.services.piped;
|
cfg = config.services.piped;
|
||||||
|
|
Loading…
Reference in a new issue