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

Fix aphelaia for nix (use alejandra)

This commit is contained in:
Stefan Ellmauthaler 2023-06-01 17:33:08 +02:00
parent f28d0a3764
commit a27a93520f
Failed to extract signature

View File

@ -630,9 +630,9 @@
(gofmt . ("gofmt")) (gofmt . ("gofmt"))
(google-java-format . ("google-java-format" "-")) (google-java-format . ("google-java-format" "-"))
(isort . ("isort" "-")) (isort . ("isort" "-"))
;(latexindent . ("latexindent" "--logfile=/dev/null")) (latexindent . ("latexindent" "--logfile=/dev/null"))
(mix-format . ("mix" "format" "-")) (mix-format . ("mix" "format" "-"))
(nixfmt . "alejandra") (nixfmt . ("alejandra" "-"))
(rustfmt . ("rustfmt" "--quiet" "--emit" "stdout")) (rustfmt . ("rustfmt" "--quiet" "--emit" "stdout"))
(terraform . ("terraform" "fmt" "-")))) (terraform . ("terraform" "fmt" "-"))))
:preface :preface