From 2d23a5a36fd3cc65e49637cd07dc64c4b3c57a9d Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 23 Dec 2023 21:44:02 -0500 Subject: actions: actually update nixpkgs on sunday --- .github/workflows/update-nixpkgs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3