nongnu: Add linux@6.8.

Guix added linux-libre@6.8 in f6f4c71df5558b168fe7a313522af7ea5fe2d0dc but it
is not set as the default yet.

* nongnu/packages/linux.scm (linux-6.8): New variable.
This commit is contained in:
John Kehayias 2024-03-23 15:36:57 -04:00
parent 79939d562b
commit a4356defe7
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -132,6 +132,9 @@ some freedo package or an output of package-version procedure."
"The unmodified Linux kernel, including nonfree blobs, for running Guix System "The unmodified Linux kernel, including nonfree blobs, for running Guix System
on hardware which requires nonfree software to function.")))) on hardware which requires nonfree software to function."))))
(define-public linux-6.8
(corrupt-linux linux-libre-6.8))
(define-public linux-6.7 (define-public linux-6.7
(corrupt-linux linux-libre-6.7)) (corrupt-linux linux-libre-6.7))