about summary refs log tree commit diff
path: root/pkgs/default.nix
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 /pkgs/default.nix
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 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 2d8a2d70..c48c6212 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -42,6 +42,7 @@ let
 
     kernel = {
       bfqsched = callPackage ./kernel/bfqsched { };
+      linux_4_7 = callPackage ./kernel/linux-4.7.nix { };
     };
 
     openlab = pkgs.recurseIntoAttrs {