Add OpenCL/ROCm packages
This commit is contained in:
parent
7b31b1b4ac
commit
949c67f829
1 changed files with 7 additions and 0 deletions
|
@ -34,11 +34,18 @@ in
|
|||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
rocm-runtime
|
||||
];
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
clinfo
|
||||
dig
|
||||
dogdns
|
||||
file
|
||||
|
|
Loading…
Reference in a new issue