fix: Use default nixfmt instead of nixfmt-rfc-style
This commit is contained in:
parent
4ea5cbd9b7
commit
008c4f004e
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@
|
|||
if exe ~= "" then
|
||||
return exe
|
||||
else
|
||||
return "${lib.getExe pkgs.nixfmt-rfc-style}"
|
||||
return "${lib.getExe pkgs.nixfmt}"
|
||||
end
|
||||
end
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue