Moved hosts/common to modules. Updated CI effects.
This commit is contained in:
parent
fb0c1a4451
commit
96fb8b568f
6 changed files with 17 additions and 4 deletions
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
defaultEffectSystem = "aarch64-linux";
|
||||
|
||||
hercules-ci = {
|
||||
flake-update = {
|
||||
enable = true;
|
||||
when.dayOfWeek = null;
|
||||
when.dayOfWeek = "Mon";
|
||||
};
|
||||
};
|
||||
|
||||
herculesCI = {
|
||||
onPush = {
|
||||
default.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue