From e607862c7b27b18c27a955cef7631ddc45248b9d Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 23 Oct 2023 23:11:24 +0200 Subject: [PATCH] alvr: change meta info --- pkgs/apps/games/alvr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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