diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2025-10-29 21:04:28 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-10-29 21:04:28 -0400 |
| commit | 56038f08e5d64a469b62a901996f723e4df70c41 (patch) | |
| tree | 1dbdcaae5b15a7c1ba7d5ce567cc3ce9df00249f /nongnu/packages | |
| parent | 3c61d24b8818de45738ffe358e8b40d705cb3a6d (diff) | |
* nongnu/packages/linux.scm (linux-6.17): 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 a12c0563..fc3c98d4 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.17 + (corrupt-linux linux-libre-6.17)) + (define-public linux-6.16 (corrupt-linux linux-libre-6.16)) |
