about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-10-27 02:47:00 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-10-27 02:47:00 +0200
commitb261e3ad8d1d467e3a1de0a3633cc78673d6db20 (patch)
tree66a114b4e547f47dfa7345b3d98ff352bb8ea012 /modules/hardware
parent8b80f93f6833bd8dc27455be408555a5b0177628 (diff)
hardware/t100ha: Fix evaluation error
The right attribute is vuizvui.kernel.linux_4_7 and not
vuizvui.linux_4_7.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/t100ha/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix
index da9be8a2..6f216987 100644
--- a/modules/hardware/t100ha/default.nix
+++ b/modules/hardware/t100ha/default.nix
@@ -19,7 +19,7 @@ in {
 
     boot.kernelPackages = let
       nixpkgs = import ../../../nixpkgs-path.nix;
-      t100haKernel = pkgs.vuizvui.linux_4_7.override {
+      t100haKernel = pkgs.vuizvui.kernel.linux_4_7.override {
         kernelPatches = [
           { name = "backlight";
             patch = ./backlight.patch;