linux_lqx: add a description
This commit is contained in:
parent
02437ff86c
commit
0fdf69260a
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args:
|
{ stdenv, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.9.16";
|
version = "5.9.16";
|
||||||
@ -19,6 +19,7 @@ buildLinux (args // {
|
|||||||
extraMeta = {
|
extraMeta = {
|
||||||
branch = "5.9/master";
|
branch = "5.9/master";
|
||||||
maintainers = with stdenv.lib.maintainers; [ atemu ];
|
maintainers = with stdenv.lib.maintainers; [ atemu ];
|
||||||
|
description = linux_zen.meta.description + " (Same as linux_zen but less aggressive release schedule)";
|
||||||
};
|
};
|
||||||
|
|
||||||
} // (args.argsOverride or {}))
|
} // (args.argsOverride or {}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user