From 8e9f1f182984eedbfc36b9dfa9c22a6d12a9224e Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 10 Oct 2024 17:05:29 +0200 Subject: [PATCH] [fix]: Disable Chaotic AUR mesa-git package --- os-mods/amdgpu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-mods/amdgpu/default.nix b/os-mods/amdgpu/default.nix index 351b3a5..d8839d0 100644 --- a/os-mods/amdgpu/default.nix +++ b/os-mods/amdgpu/default.nix @@ -18,7 +18,7 @@ ]; chaotic.mesa-git = { - enable = true; + enable = false; extraPackages = with pkgs; [ mesa_git.opencl libva-vdpau-driver