Add cudaSupport to blender

This commit is contained in:
Igor Brylyov 2024-03-22 17:03:50 +03:00
parent 3fd5b354c6
commit 5bb350b79c

View file

@ -62,7 +62,7 @@
}; };
blender' = pkgs.blender.override { blender' = pkgs.blender.override {
python310Packages = pkgs.python311Packages; python310Packages = pkgs.python311Packages;
cudaSupport = false; cudaSupport = true;
spaceNavSupport = false; spaceNavSupport = false;
waylandSupport = false; waylandSupport = false;
}; };