diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-09-02 01:04:58 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-09-02 01:04:58 -0400 |
commit | 477f283914ca771a8622e16b73d845b87c63335d (patch) | |
tree | 1c854334cfb5bb22d94535ff78967fc1a3fd72bb /nongnu/packages | |
parent | e8b51099acf243adf6978ae5d661dfb3c5dcc5ac (diff) |
nongnu: Add linux-6.16.
* nongnu/packages/linux.scm (linux-6.16): New variable.
Diffstat (limited to 'nongnu/packages')
-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 904a48b..43a6234 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -177,6 +177,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.16 + (corrupt-linux linux-libre-6.16)) + (define-public linux-6.15 (corrupt-linux linux-libre-6.15)) |