Remove alejandra

This commit is contained in:
Oliver Davies 2024-06-10 09:34:02 +01:00
parent 8f9401594b
commit e8531ba993
3 changed files with 4 additions and 2 deletions

View file

@ -6,3 +6,6 @@ build profile *args:
check:
nix flake check
update:
nix flake update

View file

@ -227,7 +227,6 @@ rec {
pkgs.terraform-ls
# Formatters
pkgs.alejandra
pkgs.black
pkgs.eslint_d
pkgs.nixfmt-rfc-style

View file

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