about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-16 15:44:08 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:58 +0200
commit9ccf355baa6fb807a69f8012474519be7b1393ae (patch)
tree28081c015c0f810ee928329ec227bddabbaa0e8f /flake.nix
parentFix(hm/impermanence): Only save some of .local not all (diff)
downloadnixos-config-9ccf355baa6fb807a69f8012474519be7b1393ae.tar.gz
nixos-config-9ccf355baa6fb807a69f8012474519be7b1393ae.zip
Fix(flake): Add ltex-ls to environment
Diffstat (limited to 'flake.nix')
-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];
       };
     };
   };