mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
overlays/blender-foodogsquared: init
This commit is contained in:
parent
b5928cbb2e
commit
fc347168a1
11
overlays/blender-foodogsquared/default.nix
Normal file
11
overlays/blender-foodogsquared/default.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
final: prev:
|
||||||
|
|
||||||
|
{
|
||||||
|
blender-foodogsquared = prev.blender-with-packages {
|
||||||
|
name = "foodogsquared-wrapped";
|
||||||
|
packages = with prev.python3Packages; [
|
||||||
|
pandas
|
||||||
|
scipy
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
@ -4,4 +4,5 @@
|
|||||||
# simply have to append them as a list (i.e., `lib.attrValues`).
|
# simply have to append them as a list (i.e., `lib.attrValues`).
|
||||||
{
|
{
|
||||||
ffmpeg-foodogsquared = import ./ffmpeg-foodogsquared;
|
ffmpeg-foodogsquared = import ./ffmpeg-foodogsquared;
|
||||||
|
blender-foodogsquared = import ./blender-foodogsquared;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user