diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2026-01-29 17:53:00 -0500 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-01-29 17:53:00 -0500 |
| commit | 45a3887289afd42d2ad02e10eee437edd06c2e1d (patch) | |
| tree | 29e34a2e3b452ac6c1987463f6af01fd81b0cbe2 /nongnu/packages | |
| parent | f5338f63fce69622ce06f93fe02524967e1f30d4 (diff) | |
nongnu: Add linux-6.18.
* nongnu/packages/linux.scm (linux-6.18): 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 cbc7f0f..7b0e9fd 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -178,6 +178,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.18 + (corrupt-linux linux-libre-6.18)) + (define-public linux-6.17 (corrupt-linux linux-libre-6.17)) |
