1
0
Fork 0

fix typo in concatStringsSep

This commit is contained in:
chaos 2023-09-08 11:47:19 +01:00
parent a7dc96e04c
commit 1d2524cb93
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
inherit (lib.modules) mkIf;
inherit (lib.trivial) boolToString;
inherit (lib.attrsets) mapAttrsToList optionalAttrs;
inherit (lib.strings) coptionalString oncatStringsSep;
inherit (lib.strings) coptionalString concatStringsSep;
inherit (pkgs) writeText writeShellScript;
cfg = config.services.piped;