mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
add linux_{default,latest} to linuxKernel.kernels (#317498)
This commit is contained in:
commit
a54c7dcc8e
1 changed files with 4 additions and 0 deletions
|
@ -204,6 +204,10 @@ in {
|
|||
then latest
|
||||
else testing;
|
||||
|
||||
linux_default = packageAliases.linux_default.kernel;
|
||||
|
||||
linux_latest = packageAliases.linux_latest.kernel;
|
||||
|
||||
# Using zenKernels like this due lqx&zen came from one source, but may have different base kernel version
|
||||
# https://github.com/NixOS/nixpkgs/pull/161773#discussion_r820134708
|
||||
zenKernels = callPackage ../os-specific/linux/kernel/zen-kernels.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue