copybara: no aarch64-linux

This commit is contained in:
Luke Granger-Brown 2023-04-02 12:39:29 +00:00
parent 2c8ab01aa8
commit 288dd34192

View file

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