about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-10-04 17:04:46 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-10-04 17:04:46 +0200
commit509926164de2da1eceb6c7c9551ce2de837685a8 (patch)
treef52e727f8ad9f9ebc2da74e88cdb2464793ebcc6 /pkgs
parent45bdcd7fc7788316cbad2d7d412e421b230715dc (diff)
pkgs/linux-4.12: Don't build on Hydra
This kernel is only relevant for the T100HA hardware module, so it
doesn't make much sense to build the unpatched kernel.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/linux-4.12.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/linux-4.12.nix b/pkgs/linux-4.12.nix
index 71a1a42f..1ead6369 100644
--- a/pkgs/linux-4.12.nix
+++ b/pkgs/linux-4.12.nix
@@ -18,4 +18,6 @@ in import generic (args // rec {
     pkgs.kernelPatches.cpu-cgroup-v2."4.11"
     pkgs.kernelPatches.modinst_arg_list_too_long
   ];
+
+  extraMeta.hydraPlatforms = [];
 } // (args.argsOverride or {}))