diff --git a/flake.nix b/flake.nix index 3e52440cb..afea8085c 100644 --- a/flake.nix +++ b/flake.nix @@ -705,5 +705,9 @@ // { default = self.devShells.${system}.stdenv; } ); + herculesCI.ciSystems = [ + "x86_64-linux" + "aarch64-linux" + ]; }; }