summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-rpi.nix
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2019-01-03 22:42:14 +0100
committerGitHub <noreply@github.com>2019-01-03 22:42:14 +0100
commit7817aa364187249029f6ac9e36dfdf25596b933d (patch)
treee69d00cca84094ae3cfcb113453f9a23fda12e25 /pkgs/os-specific/linux/kernel/linux-rpi.nix
parentb6aba6cc180d84d5b9892fb1b5810ad94801dd4c (diff)
downloadnixpkgs-7817aa364187249029f6ac9e36dfdf25596b933d.tar
nixpkgs-7817aa364187249029f6ac9e36dfdf25596b933d.tar.gz
nixpkgs-7817aa364187249029f6ac9e36dfdf25596b933d.tar.bz2
nixpkgs-7817aa364187249029f6ac9e36dfdf25596b933d.tar.lz
nixpkgs-7817aa364187249029f6ac9e36dfdf25596b933d.tar.xz
nixpkgs-7817aa364187249029f6ac9e36dfdf25596b933d.tar.zst
nixpkgs-7817aa364187249029f6ac9e36dfdf25596b933d.zip
linux-rpi: set correct hydraPlatforms (#53325)
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-rpi.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-rpi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-rpi.nix b/pkgs/os-specific/linux/kernel/linux-rpi.nix
index 2d0fe730451..7077a70a7ab 100644
--- a/pkgs/os-specific/linux/kernel/linux-rpi.nix
+++ b/pkgs/os-specific/linux/kernel/linux-rpi.nix
@@ -25,7 +25,7 @@ lib.overrideDerivation (buildLinux (args // rec {
     efiBootStub = false;
   } // (args.features or {});
 
-  extraMeta.hydraPlatforms = with stdenv.lib.platforms; [ aarch64 ];
+  extraMeta.hydraPlatforms = [ "aarch64-linux" ];
 })) (oldAttrs: {
   postConfigure = ''
     # The v7 defconfig has this set to '-v7' which screws up our modDirVersion.