diff options
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -47,7 +47,7 @@ | |||
| 47 | kernelPatches = super.linux.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 | linuxPackages = pkgs.linuxPackagesFor linux self.linuxPackages; | 50 | linuxPackages = pkgs.linuxPackagesFor linux pkgs.linuxPackages; |
| 51 | }; | 51 | }; |
| 52 | }; | 52 | }; |
| 53 | 53 | ||
