mirror of
https://github.com/Cian-H/openwebui_engineering_assistant.git
synced 2025-12-22 20:51:57 +00:00
Wrote simple blender service for rendering models and added to stack
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
}: {
|
||||
packages = [pkgs.git];
|
||||
|
||||
languages.python = {
|
||||
enable = true;
|
||||
uv.enable = true;
|
||||
languages = {
|
||||
python = {
|
||||
enable = true;
|
||||
uv.enable = true;
|
||||
};
|
||||
go.enable = true;
|
||||
};
|
||||
|
||||
tasks = {
|
||||
|
||||
Reference in New Issue
Block a user