diff options
-rw-r--r-- | hel.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -43,9 +43,9 @@ | |||
43 | 43 | ||
44 | nixpkgs.config = { | 44 | nixpkgs.config = { |
45 | packageOverrides = super: let self = super.pkgs; in { | 45 | packageOverrides = super: let self = super.pkgs; in { |
46 | linux_4_5 = pkgs.linux_4_5.override { | 46 | linux = pkgs.linux.override { |
47 | kernelPatches = super.linux_4_5.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } | 47 | kernelPatches = super.linux.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } |
48 | ]; | 48 | ]; |
49 | }; | 49 | }; |
50 | }; | 50 | }; |
51 | }; | 51 | }; |