this one should work
Some checks failed
/ nix fmt (push) Failing after 1m54s

This commit is contained in:
Ittihadyya 2024-11-26 13:49:57 +02:00
parent 83a1226a66
commit 9d2c1aa4df

View file

@ -6,4 +6,4 @@ jobs:
name: "nix fmt"
steps:
- uses: actions/checkout@v4
- run: nixfmt ${find ./ -regex '.*.nix$'} -- --check
- run: nixfmt $(find ./ -regex '.*.nix$') -- --check