fix: nix fmt without arg in workflow
This commit is contained in:
@@ -2,7 +2,7 @@ name: Update Nix Packages with nix-update
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
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:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
package:
|
package:
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
nix flake update opencode
|
nix flake update opencode
|
||||||
|
|
||||||
# Format with alejandra
|
# Format with alejandra
|
||||||
nix fmt
|
nix fmt flake.nix
|
||||||
|
|
||||||
# Verify the update
|
# Verify the update
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|||||||
Reference in New Issue
Block a user