about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-10-27 01:44:02 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-10-27 01:44:02 +0200
commit6603d444310cd2c717bf078966a67fee0f175ce3 (patch)
tree520810c16c84612745e87a8b784902d0fec28c40 /modules/hardware
parent9bc417b108cc489df415cc5f97b7cd8932abd217 (diff)
hardware/t100ha: Bring back Linux 4.7.10
Removed in NixOS/nixpkgs@b3f7d626c164ae591a067f78bfcbb06fc3a588b9.

We are currently stuck in 4.7 with the T100HA because of this upstream
bug:

https://bugs.freedesktop.org/show_bug.cgi?id=97529

So let's bring back the expression for Linux 4.7 until there is time for
debugging the mentioned bug.

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 a1fc746d..da9be8a2 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.linux_4_7.override {
+      t100haKernel = pkgs.vuizvui.linux_4_7.override {
         kernelPatches = [
           { name = "backlight";
             patch = ./backlight.patch;