feat(overlays): add open-webui to unstable overlay

Introduce `open-webui` by inheriting it from `channels.unstable`. This enhances the overlay with additional functionality.
This commit is contained in:
Harald Hoyer 2025-01-30 13:56:05 +01:00
parent e11b4e9d61
commit 1ae41a75aa

View file

@ -1 +1 @@
{ channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama; } { channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama open-webui; }