about summary refs log tree commit diff
path: root/modules/hardware/t100ha/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/t100ha/default.nix')
-rw-r--r--modules/hardware/t100ha/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix
index 90385327..3a209777 100644
--- a/modules/hardware/t100ha/default.nix
+++ b/modules/hardware/t100ha/default.nix
@@ -68,8 +68,7 @@ in {
           INTEL_MEI_TXE y
         '';
       };
-      self = pkgs.linuxPackagesFor t100haKernel self;
-    in self;
+    in pkgs.linuxPackagesFor t100haKernel;
 
     # By default the console is rotated by 90 degrees to the right.
     boot.kernelParams = [ "fbcon=rotate:3" ];