From 1a300d542b0ad086b5237aeb17dfa2cd934d43ac Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 21 Jan 2023 18:51:51 +0000 Subject: [PATCH] ci-root: blocklist more aarch64-linux packages --- ci-root.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci-root.nix b/ci-root.nix index 52fc0d030c..5c65e12765 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -36,8 +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" "plex-pass" ]; - + pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "netbox" ]; }; x86_64-darwin = { home-manager = {