Remove alejandra
This commit is contained in:
parent
8f9401594b
commit
e8531ba993
3
justfile
3
justfile
|
@ -6,3 +6,6 @@ build profile *args:
|
||||||
|
|
||||||
check:
|
check:
|
||||||
nix flake check
|
nix flake check
|
||||||
|
|
||||||
|
update:
|
||||||
|
nix flake update
|
||||||
|
|
|
@ -227,7 +227,6 @@ rec {
|
||||||
pkgs.terraform-ls
|
pkgs.terraform-ls
|
||||||
|
|
||||||
# Formatters
|
# Formatters
|
||||||
pkgs.alejandra
|
|
||||||
pkgs.black
|
pkgs.black
|
||||||
pkgs.eslint_d
|
pkgs.eslint_d
|
||||||
pkgs.nixfmt-rfc-style
|
pkgs.nixfmt-rfc-style
|
||||||
|
|
|
@ -6,7 +6,7 @@ conform.setup {
|
||||||
javascript = { { "prettierd", "prettier" } },
|
javascript = { { "prettierd", "prettier" } },
|
||||||
just = { "just" },
|
just = { "just" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
nix = { { "nixfmt", "alejandra" } },
|
nix = { { "nixfmt" } },
|
||||||
php = { { "php_cs_fixer", "phpcbf" } },
|
php = { { "php_cs_fixer", "phpcbf" } },
|
||||||
terraform = { "terraform_fmt" },
|
terraform = { "terraform_fmt" },
|
||||||
yaml = { "yamlfmt" },
|
yaml = { "yamlfmt" },
|
||||||
|
|
Reference in a new issue