2022-05-16 00:36:47 -04:00
|
|
|
ver="$(latest_release serokell/nixfmt)"
|
|
|
|
|
2023-11-11 16:24:28 -08:00
|
|
|
wget "https://github.com/serokell/nixfmt/releases/download/${ver}/nixfmt-x86_64-linux" -O /usr/local/bin/nixfmt
|
2022-05-16 00:36:47 -04:00
|
|
|
chmod +x /usr/local/bin/nixfmt
|