hydra: update eval frequency

This commit is contained in:
Christoph Hollizeck 2025-05-02 08:02:04 +02:00
parent 0c124c457c
commit ed20a1d8c4
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
on: on:
schedule: schedule:
- cron: 0 3 * * * - cron: 0 */4 * * *
jobs: jobs:
UpdateFlake: UpdateFlake:

View file

@ -164,6 +164,7 @@
hydraJobs = { hydraJobs = {
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations; hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
packages = self.packages;
}; };
}; };
} }