From 39c422d17eade76bb67323940e6bdf84b2b9603c Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 25 Mar 2024 23:19:44 +0000 Subject: [PATCH] ci-root: web-barf doesn't work on aarch64 :( --- ci-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {