add daily build to refresh cache

This commit is contained in:
2025-02-11 21:27:44 -05:00
parent 6c15bbe0a3
commit 434c80adac

View File

@@ -4,6 +4,8 @@ on:
pull_request:
push:
branches: [main]
schedule:
- cron: "0 22 * * *"
jobs:
build:
@@ -21,3 +23,4 @@ jobs:
run: "nixos-rebuild build --flake ./#${{ matrix.system }}"
- name: copy to nix-cache
run: nix copy --to ssh://jeeves .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel