Loading nixos/modules/services/torrent/qbittorrent.nix +4 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ let mkIf maintainers escape replaceString collect mapAttrsRecursive optionals Loading @@ -43,7 +44,9 @@ let collect isString ( mapAttrsRecursive ( path: value: "${escape [ sep ] (concatStringsSep "\\" ([ k ] ++ path))}${sep}${mkValueStringDefault { } value}" "${escape [ sep ] (concatStringsSep "\\" ([ k ] ++ path))}${sep}${ replaceString "\n" "\\n" (mkValueStringDefault { } value) }" ) v ) ) Loading Loading
nixos/modules/services/torrent/qbittorrent.nix +4 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ let mkIf maintainers escape replaceString collect mapAttrsRecursive optionals Loading @@ -43,7 +44,9 @@ let collect isString ( mapAttrsRecursive ( path: value: "${escape [ sep ] (concatStringsSep "\\" ([ k ] ++ path))}${sep}${mkValueStringDefault { } value}" "${escape [ sep ] (concatStringsSep "\\" ([ k ] ++ path))}${sep}${ replaceString "\n" "\\n" (mkValueStringDefault { } value) }" ) v ) ) Loading