add linux_{default,latest} to linuxKernel.kernels (#317498)

This commit is contained in:
K900 2024-11-08 08:56:48 +03:00 committed by GitHub
commit a54c7dcc8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;