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 = {