From 9ccf355baa6fb807a69f8012474519be7b1393ae Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 16 Apr 2023 15:44:08 +0200 Subject: Fix(flake): Add ltex-ls to environment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d82b3b31..89faf569 100644 --- a/flake.nix +++ b/flake.nix @@ -227,7 +227,7 @@ }; devShells."${system}" = { default = pkgs.mkShell { - packages = with pkgs; [nil alejandra statix ragenix.packages."${system}".default shellcheck]; + packages = with pkgs; [nil alejandra statix ragenix.packages."${system}".default shellcheck ltex-ls]; }; }; }; -- cgit 1.4.1