chore: removed deprecated packages

This commit is contained in:
Nick 2024-11-03 00:26:41 -05:00
parent 7ec3cf8a9c
commit d6f58595eb
2 changed files with 3 additions and 7 deletions

View file

@ -3,13 +3,11 @@
graphics = {
enable = true;
extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr.icd
pkgs.amdvlk
amdvlk
];
extraPackages32 = [
pkgs.driversi686Linux.amdvlk
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
};
};

View file

@ -3,8 +3,6 @@
graphics = {
enable = true;
extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr.icd
pkgs.amdvlk
];