From 23a84f72d59209c1905eeed39c2148cbb792fd56 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 3 Jan 2023 14:03:20 -0500 Subject: nongnu: Add linux@6.1. Adding linux@6.1 but not changing the default linux to this version until upstream does as well. * nongnu/packages/linux.scm (linux-6.1): 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 94db6d0..a8e0c24 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -59,6 +59,9 @@ "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function."))) +(define-public linux-6.1 + (corrupt-linux linux-libre-6.1)) + (define-public linux-6.0 (corrupt-linux linux-libre-6.0)) -- cgit v1.2.3