aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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];
};
};
};