From b7120c6fb9e92f2b18aa6ae629c8079cd19e8b95 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 10 Jul 2026 18:51:00 +0200 Subject: Fix nvidia driver on mac Co-authored-By: Claude.ai --- roles/linux_headers/vars/archlinux.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'roles/linux_headers/vars/archlinux.yml') diff --git a/roles/linux_headers/vars/archlinux.yml b/roles/linux_headers/vars/archlinux.yml index 227fbb17..bcbc912a 100644 --- a/roles/linux_headers/vars/archlinux.yml +++ b/roles/linux_headers/vars/archlinux.yml @@ -1,2 +1,9 @@ --- -linux_headers_pkg: "linux-headers" +# linux and linux-headers must be upgraded together: Arch repos only ever +# carry the latest kernel build, so installing linux-headers alone can pull +# headers for a kernel newer than the one actually installed, breaking DKMS +# builds (nvidia_gt750m, nvidia_gtx1060) until the next full upgrade. +linux_headers_pkg: + - "linux" + - "linux-headers" +linux_headers_state: "latest" -- cgit v1.2.3