From c90cfa04be4cf984154e416cec9b141a50acab02 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Mon, 9 Dec 2024 16:30:33 -0300 Subject: [PATCH] chore: add alejandra to devShell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8e5ad30..e263ba8 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,7 @@ devShells = forAllSystems (system: pkgs: { default = pkgs.mkShell { buildInputs = with pkgs; [ + alejandra stylua ]; };