From 79c6a839535faf4db81b702eb1f98c372f91638e Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Tue, 7 Mar 2023 00:41:18 +0100 Subject: nongnu: Add linux@6.2. Adding linux@6.2 but not changing the default linux to this version until upstream does as well. * nongnu/packages/linux.scm (linux-6.2): 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 8f9ae13..0bd1a0e 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -87,6 +87,9 @@ "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function.")))) +(define-public linux-6.2 + (corrupt-linux linux-libre-6.2)) + (define-public linux-6.1 (corrupt-linux linux-libre-6.1)) -- cgit v1.2.3