ci-root: drop authentik from aarch64
This commit is contained in:
parent
450ae89942
commit
31bf631dbc
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ let
|
|||
factorio = depot.ops.factorio;
|
||||
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-authentik" ] // {
|
||||
pkgs = builtins.removeAttrs x86_64-linux.pkgs [ "lutris" "plex-pass" "sheepshaver" "fr24feed" "netbox" "javaws-env" "copybara" ];
|
||||
};
|
||||
x86_64-darwin = {
|
||||
|
|
Loading…
Reference in a new issue