nongnu: Add linux@6.6.

Upstream has added linux-libre@6.6 but it is not yet the default.

* nongnu/packages/linux.scm (linux-6.6): New variable.
This commit is contained in:
John Kehayias 2023-11-21 20:33:04 -05:00
parent 16e9c0d69b
commit d5fccef14d
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -102,6 +102,9 @@
"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.6
(corrupt-linux linux-libre-6.6))
(define-public linux-6.5 (define-public linux-6.5
(corrupt-linux linux-libre-6.5)) (corrupt-linux linux-libre-6.5))