summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 836b49ac..d8925780 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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