From e8531ba9938339ba694122344e6d1c362712b5d7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 10 Jun 2024 09:34:02 +0100 Subject: [PATCH] Remove `alejandra` --- justfile | 3 +++ lib/default.nix | 1 - plugin/conform.lua | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index dc70ac8..76accc2 100644 --- a/justfile +++ b/justfile @@ -6,3 +6,6 @@ build profile *args: check: nix flake check + +update: + nix flake update diff --git a/lib/default.nix b/lib/default.nix index 7faba67..0814694 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -227,7 +227,6 @@ rec { pkgs.terraform-ls # Formatters - pkgs.alejandra pkgs.black pkgs.eslint_d pkgs.nixfmt-rfc-style diff --git a/plugin/conform.lua b/plugin/conform.lua index 65816dd..a154f7c 100644 --- a/plugin/conform.lua +++ b/plugin/conform.lua @@ -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" },