From fbfcf399476778507a09e8528b81c2d6df3a012d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 19:08:24 +0200 Subject: trying to apply patch to correct kernel --- hel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 3a008190..e7c59a01 100644 --- a/hel.nix +++ b/hel.nix @@ -43,9 +43,9 @@ nixpkgs.config = { packageOverrides = super: let self = super.pkgs; in { - linux_4_5 = pkgs.linux_4_5.override { - kernelPatches = super.linux_4_5.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } - ]; + linux = pkgs.linux.override { + kernelPatches = super.linux.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } + ]; }; }; }; -- cgit v1.2.3