nongnu: Add linux@6.1.

Adding linux@6.1 but not changing the default linux to this version until
upstream does as well.

* nongnu/packages/linux.scm (linux-6.1): New variable.
This commit is contained in:
John Kehayias 2023-01-03 14:03:20 -05:00
parent 7d9da8246f
commit 23a84f72d5
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -59,6 +59,9 @@
"The unmodified Linux kernel, including nonfree blobs, for running Guix "The unmodified Linux kernel, including nonfree blobs, for running Guix
System on hardware which requires nonfree software to function."))) System on hardware which requires nonfree software to function.")))
(define-public linux-6.1
(corrupt-linux linux-libre-6.1))
(define-public linux-6.0 (define-public linux-6.0
(corrupt-linux linux-libre-6.0)) (corrupt-linux linux-libre-6.0))