mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
Gabriel Arazas
3b9e1ab8c4
It always delays the OS build since it will build all of the Python libraries by itself.
11 lines
134 B
Nix
11 lines
134 B
Nix
final: prev:
|
|
|
|
{
|
|
blender-foodogsquared = prev.blender.withPackages (p:
|
|
with p; [
|
|
pandas
|
|
scipy
|
|
pillow
|
|
]);
|
|
}
|