feat: removed deprecated packages

This commit is contained in:
Nick 2024-10-27 21:30:14 -05:00
parent 8e15ee002c
commit d7c99cc1cd

View file

@ -4,13 +4,11 @@
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
];
};
};