summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-07-31 22:59:41 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-01 13:32:42 +0000
commitc0e25740a583ab87980c3583029275d9e4e85090 (patch)
tree38df971aab0e37758bcc2688fcce7c42478426e1
parentlinux_zen: 5.13.5 -> 5.13.7 (diff)
downloadnixpkgs-c0e25740a583ab87980c3583029275d9e4e85090.tar.gz
linux_zen: actually enable patchset
(cherry picked from commit 604d0dd0d68daf696a9ba5494b63500e9db36874)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-zen.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-zen.nix b/pkgs/os-specific/linux/kernel/linux-zen.nix
index 7cbeedda7265..2b91a259232b 100644
--- a/pkgs/os-specific/linux/kernel/linux-zen.nix
+++ b/pkgs/os-specific/linux/kernel/linux-zen.nix
@@ -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 ];