summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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