summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-09-02 01:04:58 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2025-09-02 01:04:58 -0400
commit477f283914ca771a8622e16b73d845b87c63335d (patch)
tree1c854334cfb5bb22d94535ff78967fc1a3fd72bb
parente8b51099acf243adf6978ae5d661dfb3c5dcc5ac (diff)
nongnu: Add linux-6.16.
* nongnu/packages/linux.scm (linux-6.16): 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 904a48b..43a6234 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -177,6 +177,9 @@ some freedo package or an output of package-version procedure."
177 "The unmodified Linux kernel, including nonfree blobs, for running Guix System 177 "The unmodified Linux kernel, including nonfree blobs, for running Guix System
178on hardware which requires nonfree software to function.")))) 178on hardware which requires nonfree software to function."))))
179 179
180(define-public linux-6.16
181 (corrupt-linux linux-libre-6.16))
182
180(define-public linux-6.15 183(define-public linux-6.15
181 (corrupt-linux linux-libre-6.15)) 184 (corrupt-linux linux-libre-6.15))
182 185