mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00

* Add nixfmt * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
4 lines
171 B
Bash
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
|