6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
# Format all .nix files using the new default nix formatter
|
||
|
|
||
|
nix fmt ./**.nix
|