apheleia/test/formatters/installers/nixfmt.bash

5 lines
171 B
Bash
Raw Normal View History

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