linux_zen: actually enable patchset

(cherry picked from commit 604d0dd0d68daf696a9ba5494b63500e9db36874)
This commit is contained in:
Jörg Thalheim 2021-07-31 22:59:41 +02:00 committed by github-actions[bot]
parent cb52ea7042
commit c0e25740a5
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ buildLinux (args // {
sha256 = "sha256-ZvB5Ejt9MXP4QK5cj9CGQgFJIfDV03IW5xcknCxDui0=";
};
structuredExtraConfig = with lib.kernel; {
ZEN_INTERACTIVE = yes;
};
extraMeta = {
branch = "5.13";
maintainers = with lib.maintainers; [ atemu andresilva ];