Use nixfmt before alejandra

This commit is contained in:
Oliver Davies 2024-03-18 22:27:13 +00:00
parent 75f3877a13
commit 026c4a3c1f

View file

@ -6,7 +6,7 @@ conform.setup {
javascript = { { "prettierd", "prettier" } },
just = { "just" },
lua = { "stylua" },
nix = { { "alejandra", "nixfmt" } },
nix = { { "nixfmt", "alejandra" } },
php = { { "php_cs_fixer", "phpcbf" } },
terraform = { "terraform_fmt" },
yaml = { "yamlfmt" },