summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2025-07-02 22:03:29 +0200
committerJelle Licht <jlicht@fsfe.org>2025-07-02 22:03:29 +0200
commit39424fb09813cebac8d323da75abf80f01e2641f (patch)
tree40429863015fcd7dff9b06c81627280c86013e8d
parent5e698d7a0a116e97ceec1768c8b19866a573dabf (diff)
nongnu: Add linux-6.15.
* nongnu/packages/linux.scm (linux-6.15): New variable.
-rw-r--r--nongnu/packages/linux.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index ed6ccd0..bb138a8 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -168,6 +168,9 @@ some freedo package or an output of package-version procedure."
168 "The unmodified Linux kernel, including nonfree blobs, for running Guix System 168 "The unmodified Linux kernel, including nonfree blobs, for running Guix System
169on hardware which requires nonfree software to function.")))) 169on hardware which requires nonfree software to function."))))
170 170
171(define-public linux-6.15
172 (corrupt-linux linux-libre-6.15))
173
171(define-public linux-6.14 174(define-public linux-6.14
172 (corrupt-linux linux-libre-6.14)) 175 (corrupt-linux linux-libre-6.14))
173 176