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 = { graphics = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr.icd rocmPackages.clr.icd
pkgs.amdvlk amdvlk
]; ];
extraPackages32 = [ extraPackages32 = with pkgs; [
pkgs.driversi686Linux.amdvlk driversi686Linux.amdvlk
]; ];
}; };
}; };

View file

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