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:
parent
f28d0a3764
commit
a27a93520f
@ -630,9 +630,9 @@
|
||||
(gofmt . ("gofmt"))
|
||||
(google-java-format . ("google-java-format" "-"))
|
||||
(isort . ("isort" "-"))
|
||||
;(latexindent . ("latexindent" "--logfile=/dev/null"))
|
||||
(latexindent . ("latexindent" "--logfile=/dev/null"))
|
||||
(mix-format . ("mix" "format" "-"))
|
||||
(nixfmt . "alejandra")
|
||||
(nixfmt . ("alejandra" "-"))
|
||||
(rustfmt . ("rustfmt" "--quiet" "--emit" "stdout"))
|
||||
(terraform . ("terraform" "fmt" "-"))))
|
||||
:preface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user