Fix
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/push/all-checks-complete Pipeline was successful
ci/woodpecker/pr/all-checks-complete unknown status

This commit is contained in:
Smaug123
2025-09-08 23:24:16 +01:00
parent 166f4bf4b9
commit 7f696e1284
2 changed files with 8 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ jobs:
# ]
# }
alejandra:
format:
{
"name": "Nix formatting",
"runs-on": "ubuntu-latest",
@@ -86,8 +86,8 @@ jobs:
"with": { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" }
},
{
"name": "Run Alejandra",
"run": "nix develop .#ci --command alejandra -- --check ."
"name": "Run nixpkgs-fmt",
"run": "nix develop .#ci --command nixpkgs-fmt -- --check ."
}
]
}