summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/arena/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/arena/default.nix b/pkgs/games/arena/default.nix
index 8c4ac74b8347..c682ea4626bf 100644
--- a/pkgs/games/arena/default.nix
+++ b/pkgs/games/arena/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
     '';
     license = stdenv.lib.licenses.unfree;
     platforms = ["x86_64-linux"];
-    hydryPlatforms = stdenv.lib.platforms.none;
+    hydraPlatforms = stdenv.lib.platforms.none;
   };
 
 }