From 4083299ec166ce8c0006f02665ab8d6627d6cbb0 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri <andrea.ciceri@autistici.org> Date: Fri, 22 Sep 2023 18:51:12 +0200 Subject: [PATCH] Disable Hercules CI for `aarch64-linux` --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 142ad62..9911a6a 100644 --- a/flake.nix +++ b/flake.nix @@ -93,8 +93,12 @@ inputs.hercules-ci-effects.flakeModule ]; systems = ["x86_64-linux" "aarch64-linux"]; - herculesCI.ciSystems = ["x86_64-linux" "aarch64-linux"]; + herculesCI.ciSystems = [ + "x86_64-linux" + # "aarch64-linux" + ]; }); + nixConfig = { extra-substituters = [ "https://hyprland.cachix.org"