From 44e44b0442645826056e825b19798b901dc3f90c Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 17 Jan 2023 23:57:35 +0000 Subject: [PATCH] ci-root: plex-pass unsupported on aarch64 --- ci-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-root.nix b/ci-root.nix index 9d22549d6d..52fc0d030c 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -36,7 +36,7 @@ let home-manager = depot.ops.home-manager-ext.built; }; aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" ] // { - pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" ]; + pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" ]; }; x86_64-darwin = {