matrix-media-expanded/bin/format

6 lines
153 B
Text
Raw Normal View History

2021-05-31 23:19:51 +00:00
#!/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