mirror of
https://github.com/srid/ema.git
synced 2024-12-02 09:15:10 +03:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
|
#!/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
|