mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: Add linux-lts variable.
linux-lts can be used by proprietary drivers to offer a more stable environment. * nongnu/packages/linux.scm (linux-lts): New variable pointing to the newest linux LTS kernel.
This commit is contained in:
parent
2599928fc5
commit
b4f65776ff
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ System on hardware which requires nonfree software to function.")))
|
|||
"0nlqnfhrkaj2s582kc0wxqi0881hgp6l9z85qx4ckflc8jwrh7k6"))
|
||||
|
||||
(define-public linux linux-5.10)
|
||||
;; linux-lts points to the *newest* released long-term support version.
|
||||
(define-public linux-lts linux-5.4)
|
||||
|
||||
(define-public linux-firmware
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue