diff --git a/flake.nix b/flake.nix index 71cdb53..2c20578 100644 --- a/flake.nix +++ b/flake.nix @@ -91,5 +91,6 @@ devShells.default = config.mission-control.installToDevShell self'.devShells.main; }; + flake.herculesCI.ciSystems = [ "x86_64-linux" "aarch64-darwin" ]; }; }