mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
linux_zen: actually enable patchset
This commit is contained in:
parent
6e9195f668
commit
604d0dd0d6
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue