From d5fccef14de6b07dc824fa0ff27be21517742dae Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 21 Nov 2023 20:33:04 -0500 Subject: [PATCH] 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. --- nongnu/packages/linux.scm | 3 +++ 1 file changed, 3 insertions(+) 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))