fix typo in optionalString
This commit is contained in:
parent
1d2524cb93
commit
e57ee8ebe9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue