Harald Hoyer
1ae41a75aa
Introduce `open-webui` by inheriting it from `channels.unstable`. This enhances the overlay with additional functionality.
2 lines
101 B
Nix
2 lines
101 B
Nix
{ channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama open-webui; }
|