diff options
| author | seth <[email protected]> | 2023-05-23 12:02:07 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 12:02:07 -0400 |
| commit | 098cb89d4fe68b3121473077219712c5c1e5ea7f (patch) | |
| tree | 2655cfdfcea0c6c02cc070108a7daa8f7d1c306c /.github | |
| parent | 69e1240c37184049fa53da8f0bba319c4fbd0dfe (diff) | |
actions: update nixpkgs daily
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index bbe32db..66f1a35 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -2,8 +2,8 @@ name: update nixpkgs inputs on: schedule: - # # run every 2 days, sunday-friday - - cron: "0 0 * * 0-5/2" + # run daily at 0:00 utc + - cron: "0 0 * * *" workflow_dispatch: permissions: read-all |
