9 lines
159 B
Nix
9 lines
159 B
Nix
{
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
rice = import ./rice.nix;
|
|
inherit (inputs.comfyui.overlays) comfyui;
|
|
inherit (inputs.comfyui-plugins.overlays) comfyui-plugins;
|
|
}
|