mirror of
https://github.com/srid/ema.git
synced 2024-11-29 09:25:14 +03:00
6 lines
153 B
Plaintext
Executable File
6 lines
153 B
Plaintext
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 |