diff options
| author | seth <[email protected]> | 2023-12-23 21:44:02 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-23 21:44:02 -0500 |
| commit | 2d23a5a36fd3cc65e49637cd07dc64c4b3c57a9d (patch) | |
| tree | 5b2aed75347f31c8d55e836963314ecd551e2fae /.github | |
| parent | f3a1ee38fe73458edc66fb8181055679419382b3 (diff) | |
actions: actually update nixpkgs on sunday
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index 8c3cd61..57726ec 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -3,7 +3,7 @@ name: Update nixpkgs flake inputs on: schedule: # run every day besides saturday at 0:00 utc - - cron: "0 0 * * 1,2,3,4,5" + - cron: "0 0 * * 0,1,2,3,4,5" workflow_dispatch: jobs: |
