reformat code after nixpkgs bump

This commit is contained in:
Jörg Thalheim 2025-05-09 13:46:01 +02:00
parent edb55954a8
commit 2503b03950
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 1,4' # Run twice a week
- cron: "0 0 * * 1,4" # Run twice a week
permissions:
pull-requests: write
contents: write