diff --git a/pkgs/games/adom/default.nix b/pkgs/games/adom/default.nix index b40a608412ef..bef9d1b42d32 100644 --- a/pkgs/games/adom/default.nix +++ b/pkgs/games/adom/default.nix @@ -55,5 +55,6 @@ stdenv.mkDerivation rec { # Please, notify me (smironov) if you need the x86 version platforms = ["x86_64-linux"]; + broken = true; # at 2022-09-30, failed download. }; }