diff --git a/pkgs/apps/games/alvr/default.nix b/pkgs/apps/games/alvr/default.nix index 76bb447..283513d 100644 --- a/pkgs/apps/games/alvr/default.nix +++ b/pkgs/apps/games/alvr/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/alvr-org/ALVR"; maintainers = with maintainers; []; license = licenses.mit; - platforms = [ "x86_64-linux" "aarch64-linux" ]; + platforms = [ "x86_64-linux" ]; }; } \ No newline at end of file