diff options
author | Leo Famulari <leo@famulari.name> | 2024-10-19 14:58:14 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-10-20 16:22:40 -0400 |
commit | ad966c3844385e8f7b60b0dc915f92a1eba47e09 (patch) | |
tree | e38f11584358311c2770e3a05d9497abf0c771dc /nongnu | |
parent | d47b2f5a7bc82fe52825ba4b5ff6cb9362a9fed4 (diff) |
nongnu: Add linux 6.11.
* nongnu/packages/linux.scm (linux-6.11): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu')
-rw-r--r-- | nongnu/packages/linux.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 038027e..8ad10cc 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -134,6 +134,9 @@ some freedo package or an output of package-version procedure." "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function.")))) +(define-public linux-6.11 + (corrupt-linux linux-libre-6.11)) + (define-public linux-6.10 (corrupt-linux linux-libre-6.10)) |