ci-root: fix exclude name from pkgs-authentik to pkg-authentik
This commit is contained in:
parent
3a2c211c6d
commit
33bd6faf1c
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" "pkgs-authentik" ] // {
|
||||
aarch64-linux = builtins.removeAttrs x86_64-linux [ "home-manager" "pkg-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