overlays/blender-foodogsquared: init

This commit is contained in:
Gabriel Arazas 2023-09-25 18:28:24 +08:00
parent b5928cbb2e
commit fc347168a1
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
final: prev:
{
blender-foodogsquared = prev.blender-with-packages {
name = "foodogsquared-wrapped";
packages = with prev.python3Packages; [
pandas
scipy
];
};
}

View File

@ -4,4 +4,5 @@
# simply have to append them as a list (i.e., `lib.attrValues`).
{
ffmpeg-foodogsquared = import ./ffmpeg-foodogsquared;
blender-foodogsquared = import ./blender-foodogsquared;
}