fix: Use default nixfmt instead of nixfmt-rfc-style

This commit is contained in:
ulic-youthlic 2026-01-14 14:21:45 +08:00
parent 4ea5cbd9b7
commit 008c4f004e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@
if exe ~= "" then
return exe
else
return "${lib.getExe pkgs.nixfmt-rfc-style}"
return "${lib.getExe pkgs.nixfmt}"
end
end
})