summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-23 21:44:02 -0500
committerseth <[email protected]>2023-12-23 21:44:02 -0500
commit2d23a5a36fd3cc65e49637cd07dc64c4b3c57a9d (patch)
tree5b2aed75347f31c8d55e836963314ecd551e2fae
parentf3a1ee38fe73458edc66fb8181055679419382b3 (diff)
actions: actually update nixpkgs on sunday
-rw-r--r--.github/workflows/update-nixpkgs.yaml2
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: