why the ffuck is this not working?
Some checks failed
/ nix fmt (push) Has been cancelled

This commit is contained in:
Ittihadyya 2024-11-26 13:52:46 +02:00
parent 9d2c1aa4df
commit ec9143f3ad
7 changed files with 126 additions and 107 deletions

View file

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