5 lines
174 B
Bash
5 lines
174 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -I "nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-24.05.tar.gz" -p nixfmt-rfc-style
|
||
|
|
||
|
nixfmt ${1:-"--verify"} ./**/*.nix
|