ci-root: fix exclude name from pkgs-authentik to pkg-authentik

This commit is contained in:
Luke Granger-Brown 2023-05-26 00:47:50 +01:00
parent 3a2c211c6d
commit 33bd6faf1c

View file

@ -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 = {