diff --git a/ci-root.nix b/ci-root.nix index 98837c3628..a0b7a3a2f9 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -39,7 +39,7 @@ let factorio = depot.ops.factorio; home-manager = depot.ops.home-manager-ext.built; }; - aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" "pkg-authentik" ] // { + aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" "pkg-authentik" "web-barf" ] // { pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "javaws-env" "copybara" ]; }; x86_64-darwin = {