From 9c4853f5fb15167a875cfac04b4b743a8826f7a3 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 21 Jan 2026 07:17:01 +0100 Subject: [PATCH] fix: nix fmt without arg in workflow --- .gitea/workflows/nix-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/nix-update.yml b/.gitea/workflows/nix-update.yml index 8735a2a..c03c42f 100644 --- a/.gitea/workflows/nix-update.yml +++ b/.gitea/workflows/nix-update.yml @@ -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::"