blob: bcbc912a2530b8433746c05ab85f17e3ea293582 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
# 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"
|