1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix apheleia rustfmt

This commit is contained in:
Stefan Ellmauthaler 2023-03-08 09:27:13 +01:00
parent ff603f1437
commit 62c560ecaa
Failed to extract signature

View File

@ -604,7 +604,7 @@
;(latexindent . ("latexindent" "--logfile=/dev/null")) ;(latexindent . ("latexindent" "--logfile=/dev/null"))
(mix-format . ("mix" "format" "-")) (mix-format . ("mix" "format" "-"))
(nixfmt . ("nixfmt")) (nixfmt . ("nixfmt"))
(rustfmt . ("rustfmt" "--quiet" "--emit" "stdout" --version 2021)) (rustfmt . ("rustfmt" "--quiet" "--emit" "stdout"))
(terraform . ("terraform" "fmt" "-")))) (terraform . ("terraform" "fmt" "-"))))
:preface :preface
(diminish 'apheleia-mode) (diminish 'apheleia-mode)