6 lines
No EOL
153 B
Text
Executable file
6 lines
No EOL
153 B
Text
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell ../shell.nix -i bash
|
|
set -xe
|
|
find src -name \*.hs | xargs ormolu -m inplace
|
|
nixpkgs-fmt *.nix
|
|
cabal-fmt -i *.cabal |