5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find . -name \*.nix -exec nix fmt {} \+
|
|
statix check .
|