1
0
Fork 0

fix typo in optionalString

This commit is contained in:
chaos 2023-09-08 11:48:25 +01:00
parent 1d2524cb93
commit e57ee8ebe9
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 concatStringsSep;
inherit (lib.strings) optionalString concatStringsSep;
inherit (pkgs) writeText writeShellScript;
cfg = config.services.piped;