mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: linux: Set to linux-6.11.
Upstream set the default kernel to 6.11 in <https://git.savannah.gnu.org/cgit/guix.git/commit/?id=00cb8509a46115950173f5a217abea43faa5515c>. * nongnu/packages/linux.scm (linux): Set to linux-6.11.
This commit is contained in:
parent
9f065c321e
commit
141db409ef
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ on hardware which requires nonfree software to function."))))
|
||||||
(define-public linux-4.19
|
(define-public linux-4.19
|
||||||
(corrupt-linux linux-libre-4.19))
|
(corrupt-linux linux-libre-4.19))
|
||||||
|
|
||||||
(define-public linux linux-6.10)
|
(define-public linux linux-6.11)
|
||||||
;; linux-lts points to the *newest* released long-term support version.
|
;; linux-lts points to the *newest* released long-term support version.
|
||||||
(define-public linux-lts linux-6.6)
|
(define-public linux-lts linux-6.6)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue