This website requires JavaScript.
Explore
Help
Sign In
harald
/
nixcfg
Watch
1
Star
0
Fork
You've already forked nixcfg
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
4ec65f9347
nixcfg
/
overlays
/
unstable
/
default.nix
2 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(overlays): add open-webui to unstable overlay Introduce `open-webui` by inheriting it from `channels.unstable`. This enhances the overlay with additional functionality.
2025-01-30 13:56:05 +01:00
{
channels
,
.
.
.
}:
final
:
prev
:
{
inherit
(
channels
.
unstable
)
jetbrains-toolbox
ollama
open-webui
;
}
Reference in a new issue
Copy permalink