mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
add linux_{default,latest} to linuxKernel.kernels (#317498)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user