fix: nix fmt without arg in workflow

This commit is contained in:
sascha.koenig
2026-01-21 07:17:01 +01:00
parent d674b2f02b
commit 9c4853f5fb

View File

@@ -2,7 +2,7 @@ name: Update Nix Packages with nix-update
on:
schedule:
- cron: "0 2,14 * * *" # Every 12 hours at 2 AM and 2 PM
- cron: "0 2,14 * * *" # Every 12 hours at 2 AM and 2 PM
workflow_dispatch:
inputs:
package:
@@ -79,7 +79,7 @@ jobs:
nix flake update opencode
# Format with alejandra
nix fmt
nix fmt flake.nix
# Verify the update
echo "::endgroup::"