about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-02-25 15:56:39 +0000
committerdevhell <devhell@mailfresser.de>2021-02-25 15:57:54 +0000
commit6ec330c003ec476ca0a411c22c568bb25e7e2efc (patch)
treefb8d4b437fc70c203e29f84057a453a1d69c45f0 /machines/devhell
parenta9cfac3bd38744b2da9cc62e90574113534a63a0 (diff)
machines/herja: add rocm-opencl-icd
I don't know what I'm doing, but it's fun.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/herja.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 4bc9b5a0..5cac8ed3 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -33,7 +33,12 @@
     };
     opengl = {
       enable = true;
-      extraPackages = [ pkgs.libvdpau-va-gl pkgs.vaapiVdpau pkgs.amdvlk ];
+      extraPackages = with pkgs; [
+        libvdpau-va-gl
+        vaapiVdpau
+        amdvlk
+        rocm-opencl-icd
+      ];
     };
   };