mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 17:41:41 -05:00
5 lines
171 B
Bash
5 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
|