nongnu: Add linux-6.15.

* nongnu/packages/linux.scm (linux-6.15): New variable.
This commit is contained in:
Jelle Licht 2025-07-02 22:03:29 +02:00
parent 5e698d7a0a
commit 39424fb098
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -168,6 +168,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.15
(corrupt-linux linux-libre-6.15))
(define-public linux-6.14 (define-public linux-6.14
(corrupt-linux linux-libre-6.14)) (corrupt-linux linux-libre-6.14))