From 2445b665bce2471a360dd29ec1cabc2ec85666dc Mon Sep 17 00:00:00 2001 From: matt1432 <matt@nelim.org> Date: Fri, 25 Apr 2025 11:53:53 -0400 Subject: [PATCH] feat(update): add missing docker images --- apps/update-sources/src/docker.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/update-sources/src/docker.ts b/apps/update-sources/src/docker.ts index 59018a8d..fbc78009 100644 --- a/apps/update-sources/src/docker.ts +++ b/apps/update-sources/src/docker.ts @@ -21,6 +21,12 @@ export default (): string | null => { const updates: string[] = []; + const jdownloaderUpdates = updateImages(`${FLAKE}/configurations/nos/modules/comics/jdownloader2`); + + if (jdownloaderUpdates) { + updates.push(jdownloaderUpdates); + } + const jellfyinUpdates = updateImages(`${FLAKE}/configurations/nos/modules/jellyfin`); if (jellfyinUpdates) {