From 31bf631dbc84ff2519e3b4814e72a02904091607 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 26 May 2023 00:37:58 +0100 Subject: [PATCH] ci-root: drop authentik from aarch64 --- ci-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-root.nix b/ci-root.nix index 809132d295..ef08a7cfe4 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -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 = {