apheleia/test/formatters/installers/nixfmt.bash
michzappa cececba08f
Add nixfmt (#98)
* Add nixfmt

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-05-15 21:36:47 -07:00

4 lines
171 B
Bash

ver="$(latest_release serokell/nixfmt)"
wget "https://github.com/serokell/nixfmt/releases/download/${ver}/nixfmt" -O /usr/local/bin/nixfmt
chmod +x /usr/local/bin/nixfmt