Loading pkgs/os-specific/linux/kernel/zen-kernels.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ let extraMeta = { branch = lib.versions.majorMinor version + "/master"; maintainers = with lib.maintainers; [ pedrohlc ]; maintainers = with lib.maintainers; [ ]; description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads." + lib.optionalString isLqx " (Same as linux_zen but less aggressive release schedule)"; }; Loading Loading
pkgs/os-specific/linux/kernel/zen-kernels.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ let extraMeta = { branch = lib.versions.majorMinor version + "/master"; maintainers = with lib.maintainers; [ pedrohlc ]; maintainers = with lib.maintainers; [ ]; description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads." + lib.optionalString isLqx " (Same as linux_zen but less aggressive release schedule)"; }; Loading