Add Hercules CI configuration

This commit is contained in:
Sridhar Ratnakumar 2022-12-23 12:45:02 -05:00
parent fbd2b65a45
commit ce85733722

View file

@ -91,5 +91,6 @@
devShells.default =
config.mission-control.installToDevShell self'.devShells.main;
};
flake.herculesCI.ciSystems = [ "x86_64-linux" "aarch64-darwin" ];
};
}