ci-root: web-barf doesn't work on aarch64 :(

This commit is contained in:
Luke Granger-Brown 2024-03-25 23:19:44 +00:00
parent 9ad5ca9382
commit 39c422d17e

View file

@ -39,7 +39,7 @@ let
factorio = depot.ops.factorio; factorio = depot.ops.factorio;
home-manager = depot.ops.home-manager-ext.built; 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" ]; pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "javaws-env" "copybara" ];
}; };
x86_64-darwin = { x86_64-darwin = {