ci-root: no javaws-env for aarch64-linux

This commit is contained in:
Luke Granger-Brown 2023-01-22 22:57:22 +00:00
parent d1ba763c67
commit 4fbb620a10

View file

@ -36,7 +36,7 @@ let
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" ] // { aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" ] // {
pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "netbox" ]; pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "netbox" "javaws-env" ];
}; };
x86_64-darwin = { x86_64-darwin = {
home-manager = { home-manager = {