Add cudaSupport to blender
This commit is contained in:
parent
3fd5b354c6
commit
5bb350b79c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue