From 315f44c6d6c6251abe3536080162535af768235b Mon Sep 17 00:00:00 2001 From: Frothy <76622149+FrothyMarrow@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:31:50 -0400 Subject: [PATCH] flake: provide formatter in default shell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2ad148f..cb9c5b8 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ default = self'.devShells.lsp; nvim-nix = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];}; lsp = pkgs.mkShell { - nativeBuildInputs = with pkgs; [nil statix deadnix]; + nativeBuildInputs = with pkgs; [nil statix deadnix alejandra]; }; }; };