animation of building collapsing
Some checks failed
/ nix fmt (push) Failing after 1m40s

This commit is contained in:
Ittihadyya 2024-11-26 13:33:38 +02:00
parent aca5a49988
commit 92c2aa83f6

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