DaVinci Resolve: Difference between revisions

amd: mention opencl option (needed according to archwiki)
drop 24.05 compat
Line 20: Line 20:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
  hardware.graphics = { # hardware.opengl in 24.05
  hardware.graphics = {
     enable = true;
     enable = true;
     enable32Bit = true; # driSupport32Bit in 24.05
     enable32Bit = true;
     extraPackages = with pkgs; [
     extraPackages = with pkgs; [
       intel-compute-runtime
       intel-compute-runtime