From 45bdcd7fc7788316cbad2d7d412e421b230715dc Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 4 Oct 2017 16:48:04 +0200 Subject: hardware/t100ha: Temporarily bring back Linux 4.12 It has been removed by NixOS/nixpkgs@964672dde516d1b9a5d2248db33253dc36. This kernel version is officially EOL but in order to switch to a newer kernel I need to rebase the patches first. Signed-off-by: aszlig --- pkgs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index ce39a5bc..d8297464 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -24,5 +24,7 @@ let openlab = callPackageScope ./openlab; profpatsch = callPackageScope ./profpatsch; sternenseemann = callPackageScope ./sternenseemann; + + linux_4_12 = callPackage ./linux-4.12.nix {}; }; in pkgs // self -- cgit 1.4.1