mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-13 12:19:00 +00:00
7 lines
112 B
Nix
7 lines
112 B
Nix
final: prev:
|
|
|
|
{
|
|
blender-foodogsquared =
|
|
prev.blender.withPackages (p: with p; [ pandas scipy pillow ]);
|
|
}
|