mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
chore: removed deprecated packages
This commit is contained in:
parent
7ec3cf8a9c
commit
d6f58595eb
2 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
rocmPackages.clr.icd
|
||||
pkgs.amdvlk
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue