[READ-ONLY] Mirror of https://github.com/maybeanerd/nixos. the nixos config for my PC, laptops, and whatever else I can find
1

Configure Feed

Select the types of activity you want to include in your feed.

ci: schedule flakelock updates at 4 am (#154)

authored by

Sebastian Di Luzio and committed by
GitHub
(Jun 24, 2026, 10:15 AM +0200) 2de6c5c2 4fa314ce

+1 -1
+1 -1
.github/workflows/update-flakelock.yaml
··· 3 3 on: 4 4 workflow_dispatch: 5 5 schedule: 6 - - cron: "0 8 * * 3" # Wednesdays at 08:00 UTC 6 + - cron: "0 4 * * 3" # Wednesdays at 04:00 UTC 7 7 8 8 jobs: 9 9 update-flake-lock: