From 6603d444310cd2c717bf078966a67fee0f175ce3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 27 Oct 2016 01:44:02 +0200 Subject: 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 --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') 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 { -- cgit 1.4.1