Add OpenCL/ROCm packages

This commit is contained in:
Erwin Boskma 2022-03-01 08:10:57 +01:00
parent 7b31b1b4ac
commit 949c67f829
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -34,11 +34,18 @@ in
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true; driSupport = true;
extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
rocm-runtime
];
}; };
programs.fish.enable = true; programs.fish.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
clinfo
dig dig
dogdns dogdns
file file