Skip to content

Commit

Permalink
just: run statix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Apr 6, 2024
1 parent f91b92a commit b1f8b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ repl:
format:
stylua $(git ls-files '*.lua')
deadnix -eq $(git ls-files '*.nix')
statix fix
nixpkgs-fmt $(git ls-files '*.nix')

check-flake-outputs:
Expand Down
3 changes: 3 additions & 0 deletions statix.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
disabled = [
"empty_pattern"
]

0 comments on commit b1f8b90

Please sign in to comment.