flake: Set herculesCI attribute

This commit is contained in:
adisbladis 2023-08-01 16:44:57 +12:00
parent fa97a07578
commit 613eb3bdb2

View file

@ -33,6 +33,10 @@
}; };
# for backward compatibility, is safe to delete, not referenced anywhere # for backward compatibility, is safe to delete, not referenced anywhere
overlay = self.overlays.default; overlay = self.overlays.default;
# Run Hercules CI for these systems.
herculesCI.ciSystems = [ "x86_64-linux" ];
} // flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: } // flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
{ {
hydraJobs = hydraJobs =