summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-11-21 20:33:04 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2023-11-21 20:33:04 -0500
commitd5fccef14de6b07dc824fa0ff27be21517742dae (patch)
tree728a5a51a531f3f1f0639159f47dbf278ae920fe /nongnu/packages
parent16e9c0d69b7e786f3c86ab5f6f7a20e1f28603ce (diff)
nongnu: Add linux@6.6.
Upstream has added linux-libre@6.6 but it is not yet the default. * nongnu/packages/linux.scm (linux-6.6): New variable.
Diffstat (limited to 'nongnu/packages')
-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 f0cd69b..b755f41 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -102,6 +102,9 @@
"The unmodified Linux kernel, including nonfree blobs, for running Guix System
on hardware which requires nonfree software to function."))))
+(define-public linux-6.6
+ (corrupt-linux linux-libre-6.6))
+
(define-public linux-6.5
(corrupt-linux linux-libre-6.5))