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:
parent
e11b4e9d61
commit
1ae41a75aa
|
@ -1 +1 @@
|
||||||
{ channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama; }
|
{ channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama open-webui; }
|
Loading…
Reference in a new issue