From c9e30826a06ff0a059d18d9895da191be8c09df0 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 19 Jul 2025 18:56:28 +0200 Subject: [PATCH] perso-desktop: Remove amdvlk --- hosts/perso-desktop/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/perso-desktop/configuration.nix b/hosts/perso-desktop/configuration.nix index b1c0122..50ee3e6 100644 --- a/hosts/perso-desktop/configuration.nix +++ b/hosts/perso-desktop/configuration.nix @@ -57,11 +57,9 @@ }; }; - # Revert to RADV when this https://gitlab.freedesktop.org/mesa/mesa/-/issues/12865 is resolved chaotic.mesa-git = { enable = true; - extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd]; - extraPackages32 = with pkgs; [driversi686Linux.amdvlk]; + extraPackages = with pkgs; [rocmPackages.clr.icd]; }; networking.interfaces.enp17s0.wakeOnLan.enable = true;