From 05e864707308fb7a7c47e075635c89b7fc49764a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 19:10:20 +0200 Subject: ditto --- hel.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index e7c59a01..836b49ac 100644 --- a/hel.nix +++ b/hel.nix @@ -42,11 +42,12 @@ }; nixpkgs.config = { - packageOverrides = super: let self = super.pkgs; in { + packageOverrides = super: let self = super.pkgs; in rec { linux = pkgs.linux.override { kernelPatches = super.linux.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } ]; }; + linuxPackages = pkgs.linuxPackagesFor linux self.linuxPackages; }; }; -- cgit v1.2.3