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 = {
|
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
|
||||||
|
|
Loading…
Reference in a new issue