From e937c00a3fa5f3681ad801ea55b84b5b68633c9d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 19:11:03 +0200 Subject: less resursion --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 836b49ac..d8925780 100644 --- a/hel.nix +++ b/hel.nix @@ -47,7 +47,7 @@ kernelPatches = super.linux.kernelPatches ++ [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } ]; }; - linuxPackages = pkgs.linuxPackagesFor linux self.linuxPackages; + linuxPackages = pkgs.linuxPackagesFor linux pkgs.linuxPackages; }; }; -- cgit v1.2.3