about summary refs log tree commit diff
path: root/pkgs/linux-4.12.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/linux-4.12.nix')
-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 {}))