mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-05 18:30:23 -08:00
flake: Set herculesCI attribute
This commit is contained in:
parent
fa97a07578
commit
613eb3bdb2
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@
|
|||
};
|
||||
# for backward compatibility, is safe to delete, not referenced anywhere
|
||||
overlay = self.overlays.default;
|
||||
|
||||
# Run Hercules CI for these systems.
|
||||
herculesCI.ciSystems = [ "x86_64-linux" ];
|
||||
|
||||
} // flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
|
||||
{
|
||||
hydraJobs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue