diff options
author | Soispha <soispha@vhack.eu> | 2023-04-16 15:44:08 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:58 +0200 |
commit | 9ccf355baa6fb807a69f8012474519be7b1393ae (patch) | |
tree | 28081c015c0f810ee928329ec227bddabbaa0e8f /flake.nix | |
parent | Fix(hm/impermanence): Only save some of .local not all (diff) | |
download | nixos-config-9ccf355baa6fb807a69f8012474519be7b1393ae.tar.gz nixos-config-9ccf355baa6fb807a69f8012474519be7b1393ae.zip |
Fix(flake): Add ltex-ls to environment
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
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]; }; }; }; |